TFatigueHomogeneousPipeOutputPointDetails

Note: TFatigueHomogeneousPipeOutputPointDetails has been superseded by TFatigueHomogeneousPipeOutputPointDetails2. We recommend that any new code you write uses TFatigueHomogeneousPipeOutputPointDetails2.

The TFatigueHomogeneousPipeOutputPointDetails structure contains output point details for homogeneous pipe fatigue analysis.

typedef struct {

double Arclength;

int SNCurveIndex;

int RadialPos;

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 or rpMid.

Note: The rpSpecified value for RadialPos is not supported by this structure. You should uses TFatigueHomogeneousPipeOutputPointDetails2 instead.

SCF

The stress concentration factor of the output point.

ThicknessCorrectionFactor

The thickness correction factor of the output point.

See also

C_GetFatigueOutput.