TFatigueDeterministicLoadCaseDamage

The TFatigueDeterministicLoadCaseDamage structure contains load case damage results for deterministic fatigue analysis.

typedef struct {

double MinResponse;

double MaxResponse;

double MeanResponse;

double Damage;

double DamageRate;

} TFatigueDeterministicLoadCaseDamage;

Members

MinResponse, MaxResponse, MeanResponse

The minimum, maximum and mean values of the response variable. For instance, for homogeneous pipe fatigue the response variable is ZZ stress, for mooring fatigue the response variable is tension, etc.

Damage

The load case damage.

DamageRate

The load case damage rate, reported as damage per second.

See also

C_GetFatigueOutput.