Starter and Engine Setup

The Runname_nnnn.sta is written by entering the following keyword in the Radioss Engine files.

This must be set in /STATE/DT in the Engine file.

   /STATE/DT
   Tstart    Tfreq
   Part_ID1 ... Part_IDN

STATE files are written with a time frequency Tfreq, the first file being written at time Tstart.

As of Version 11.0, /STATE/STR_FILE can also be used in Engine file to write /INISHE, /INISH3 and /INIBRI in a separate file, which can be compressed (using GZIP).

This file can be read in Starter with the same keyword /STATE/STR_FILE (Runname_run#.sta File).

Corresponding Starter and Engine Keywords

Starter Keywords Engine Keywords Comment
/INIBEAM/AUX /STATE/BEAM/AUX Writes Auxiliary variable of beam into each state file.
/INIBEAM/FULL /STATE/BEAM/FULL Writes force, moment, energy and so on for beam into each state file.
/INIBRI/AUX /STATE/BRICK/AUX/FULL Writes Auxiliary variable of solid into each state file.
/INIBRI/STRA_F /STATE/BRICK/STRAIN/FULL Writes Strain full of solid into each state file.
/INIBRI/STRA_FGLO /STATE/BRICK/STRAIN/GLOBFULL Writes Strain state for solid in global system into each state file.
/INIBRI/STRS_F /STATE/BRICK/STRES/FULL Writes Stress full of solid into each state file.
/INIBRI/STRS_FGLO /STATE/BRICK/STRES/GLOBFULL Writes Stress state for solid in global system into each state file.
/INIBRI/FAIL /STATE/BRICK/FAIL Writes failure criteria of solid to each state file.
/INIBRI/ORTHO /STATE/BRICK/ORTHO Writes orthotropy direction of orthotropic solid to each state file.
/INISHE/AUX or /INISH3/AUX /STATE/SHELL/AUX/FULL Writes Auxiliary variable of shell into each state file.
/INISHE/EPSP_F or /INISH3/EPSP_F /STATE/SHELL/EPSP/FULL Writes plastic strain in an integration point of shell element into each state file.
/INISHE/FAIL or /INISH3/FAIL /STATE/SHELL/FAIL Writes failure criteria of shell element to each state file.
/INISHE/ORTH_LOC or /INISH3/ORTH_LOC /STATE/SHELL/ORTHL Writes the orthotropy direction of each shell in each state file.
/INISHE/STRA_F or /INISH3/STRA_F /STATE/SHELL/STRAIN/FULL Writes Strain full of shell into each state file.
/INISHE/STRS_F/GLOB or /INISH3/STRS_F/GLOB /STATE/SHELL/STRESS/FULL Writes Stress full of shell into each state file.
/INISPRI/FULL /STATE/SPRING/FULL Writes stress state of spring into each state file.
/INITRUSS/FULL /STATE/TRUSS/FULL Writes force, energy and so on for truss into each state file.
/INITEMP /STATE/NODE/TEMP Writes temperature for node into each state file.
/STATE/LSENSOR Write state file due to sensor activation.

Runname_0001.rad Example

Runname_0001.sta File Example

Comments

  1. The first lines of an element are always written, even if there is no element of that type. In such a case, a line is left blank below the option.
  2. First line is always #RADIOSS Runname_nnnn.sta according to the /IOFLAG keyword.
  3. The Runname_nnnn.sta file always finishes with #ENDDATA.