**output#
Description#
This option is used to create an ASCII file with the output values from
the simulation. Output is in column format, with a heading of the
variable names requested commented with the # character.
Several output files may be specified, while the default file name is
the problem name (without suffix) appended with .test.
Syntax#
The yield surfaces to output are defined in the following manner:
**output [ filename | variable_list ]
\(~\,\) [ *file filename variable_list ]
\(~\,\) [ *sido]
\(~\,\) [ *precision digits ]
\(~\,\) [ *small epsilon ]
\(~\,\) [ *frequency options]
\(~\,\) [ *limit_output_var function; ]
- variable_list
a list of variables to be output. The available variables consist of the var-int and var-aux variables listed when the program is run with the
-vcommand line switch, and the imposed external parameters.*fileused to specify an output filename.
*sidooutput compatible with the sidolo program and graphical utilities.
*precisiongives the number of significant digits (
3by default) with which the variables are written.*smallspecifies a small value epsilon (
1.0e-9by default) below which the (absolute) output value is considered zero. Note: this command is not related to the global parameterSolver.SmallForTest, which plays a similar role for the test output of the finite element solver.*frequencysimilar to the
***output **frequencycommand of the finite element solver (see the Z-set user manual).*limit_output_vardefines a function of one or more output variables (or of
time) which inhibits output if its function value is smaller than 0.5 .
Example#
**output example.test
time sig11 sig22 evcum
**output evcum damage
**output
*file strain.test time eto11 eto22 eto33 eto12
*file stress.test time sig11 sig22 sig33 sig12