|
|
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;
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 or rpMid.
| Note: | The rpSpecified value for RadialPos is not supported by this structure. You should uses TFatigueHomogeneousPipeOutputPointDetails2 instead. |
The stress concentration factor of the output point.
The thickness correction factor of the output point.