TFatigueHomogeneousPipeOutputPointDetails

The TFatigueHomogeneousPipeOutputPointDetails structure contains output point details for homongenous 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.

SCF

The stress concentration factor of the output point.

ThicknessCorrectionFactor

The thickness correction factor of the output point.

See also

C_GetFatigueOutput.