LIFE
I/O Options and Subcase Information Entry Used in the I/O Options or Subcase Information sections to request output of fatigue life results for all fatigue subcases or individual fatigue subcases, respectively.
Format
LIFE (format_list, THRESH=thresh, RTHRESH=rthresh, TOP=topn, RTOP=rtop) = option
Definitions
Argument | Options | Description |
---|---|---|
format | <H3D, OPTI, blank> |
|
THRESH | <thresh> Default = blank (Real) |
Specifies an absolute threshold under which Life results should not be output. |
RTHRESH | <rthresh> Default = blank (0.0 < Real < 1.0) |
Specifies a relative threshold as a fraction of the total life under which results should not be output. For example, if L is the total life in the model, then life results below L*rthresh are excluded from the output. |
TOP | <topn> Default = blank (Integer > 0) |
Only the top “topn” life values should be output. |
RTOP | <rtopn> Default = blank (0.0 < Real < 1.0) |
Only the top fraction (“rtop”) of the total number of life values should be output. For example, if LTOT is the total number of life values in the model, then only the top LTOT*rtop values are output. |
option | <YES, ALL,
NO, NONE,
SID> Default = ALL |
|
Comments
- When a LIFE command is not present, fatigue life results are not output.
- Multiple formats are allowed on the same entry; these should be comma separated. If a format is not specified, this output control applies to all formats defined by the OUTPUT command, for which the result is available.
- Multiple instances of this card are allowed; if instances are conflicting, the last instance dominates.