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.
- 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.
- analysistype
- The analysis type.
- simulationtype
- The simulation types.
- 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.