The option writeNodes creates a file <name>.timeout.txt. Requested variables for the specified node are written in this file.
The degrees of freedom (dof) types are defined like in the input files:
Variables that can be output are for nodes:
External Forces (p)
boundary forces (b)
displacements (u)
time (t)
These values can only be used in the following combinations:
p-u, p-t, u-t, b-u, b-t
This is combined in a data line
writeNodes, |
, |
, |
x-y, |
… |
, |
, |
x-y |
with
|
number of node |
|
type of dof |
x-y |
one of the combination indicators from above |
The number of items in a writeNodes-line may be as large as required.
There may be as much writeNodes-lines as required.
The output written into <name>.timeout.txt is organized as follows
Every computed instant of time gets a line.
Within the line every pair (includes all items of all writeNodes+-lines) indicated by x-y gets a data pair according to the x-y-specification in the same sequence as is given by the sequence of items in <name>.opt.txt.