*fatiguewrite
Creates a fatigue analysis input file in the format specified.
Syntax
*fatiguewrite entities markmask filename datagroup filetype analysistype simulationtype sim1 sim2 sim3
Type
HyperMesh Tcl Modify Command
Description
Creates a fatigue analysis input file in the format specified.
Inputs
- entities
 - The entity types on the mark.
- Elements
 - Nodes
 
 - markmask
 - The mark ID containing the entities.
 - filename
 - The specified file name into which the fatigue analysis results are written.
 - datagroup
 - The data group type chosen (depending upon the solver).
 - filetype
 - The file type.
- BINARY
 - ASCII
 
 - analysistype
 - The analysis type.
- Linear
 - Transient
 
 - simulationtype
 - The simulation types.
- 0
 - 1
 - 2
 
 - sim1
 - If simulationtype = 0, writes all simulations for the specified entities.
 - sim2
 - If simulationtype = 1, writes only the simulation values for a specific simulation.
 - sim3
 - If simulationtype = 2, writes only the simulations in the specified range, given start and end simulation values.
 
Example
*fatiguewrite elements 2 "c:\temp\fatg_file_name" "Stress TOP SURFACE" ascii linear 0 all NULL NULL
      Load the HyperMesh model or solver input data and results files prior to using this command.