/DYNAIN/DT

Engine Keyword Define time output frequency and parts to be written to the state file.

Format

/DYNAIN/DT/Keyword3

Tstart Tfreq Zip_flag

part_ID1 ... part_IDN

Definition

Data Description SI Unit Example
Keyword3 Part selection method.
= 0 or blank
Define parts to be output to the state file using part_IDN.
= ALL
All nodes in the model will be output to the state file.
 
Tstart Start time.  
Tfreq Time frequency.  
part_ID1 ... part_IDN If Keyword3 is blank, required list of parts whose state output is written to the state file.  
Zip_flag
= 0 or None
No compression.
= 1
Generated file is compressed with gzip and the filename is Runname_nnn#.dynain.gz.
 

Comments

  1. Writes initial state files in LS-DYNA format (.dynain) at a time frequency equal to Tfreq, the first file being written at time Tstart.
  2. The state file name is Runname_nnn#.dynain.
    Where,
    Runname
    Run Name (/RUN).
    nnn#
    File number (four digits) from 0001 to 9999.
  3. Each dynain file contains:
    • *NODE block defining nodes IDs and actual coordinates of the corresponding nodes
    • *ELEMENT_SHELL_THICKNESS block for non orthotropic shells defining shell IDs, connectivity of shells and thicknesses
    • *ELEMENT_SHELL_THICKNESS_BETA block for orthotropic shells defining shell IDs, connectivity of shells, thicknesses and orthotropic angle
  4. The state output fields (stresses, strains ...) ask for output into the state files to be written only for the elements belonging to those parts ID requested or if Keyword3=ALL for all parts.
  5. It is recommended to use /DYNAIN/SHELL/STRESS/FULL and /DYNAIN/SHELL/STRAIN/FULL for being able to completely restore the state of shell elements.