|
|
TFatigueHomogeneousPipeOutputPointDetails2 |
The TFatigueHomogeneousPipeOutputPointDetails2 structure contains output point details for homogeneous pipe fatigue analysis.
typedef struct {
double Arclength;
int SNCurveIndex;
int RadialPos;
double r;
double SCF;
double ThicknessCorrectionFactor;
} TFatigueHomogeneousPipeOutputPointDetails;
The line arc length of the output point.
The index of the SN curve used for this output point.
The radial position of the output point, one of rpInner, rpOuter, rpMid or rpSpecified.
The specified radius value, used only when RadialPos is rpSpecified. For other values of RadialPos this member's value is undefined.
The stress concentration factor of the output point.
The thickness correction factor of the output point.