*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(entities    element (entity selected)
markmask    200 (element number(s))
filename    c:\temp\fatg, (file name)
datagroup   Stress TOP SURFACE
filetype    ascii
analysistypelinear
simulationtype   0
sim1   all
sim2   NULL
sim3 NULL

Load the HyperMesh model or solver input data and results files prior to using this command.