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;

Members

Arclength

The line arc length of the output point.

SNCurveIndex

The index of the SN curve used for this output point.

RadialPos

The radial position of the output point, one of rpInner, rpOuter, rpMid or rpSpecified.

r

The specified radius value, used only when RadialPos is rpSpecified. For other values of RadialPos this member's value is undefined.

SCF

The stress concentration factor of the output point.

ThicknessCorrectionFactor

The thickness correction factor of the output point.

See also

C_GetFatigueOutput.