Node Envelope Recorder: Difference between revisions
Jump to navigation
Jump to search
(New page: The EnvelopeNode recorder type records the min, max and absolute max of a number of nodal response quantaties. The command to create a node envelope recorder is: {| | style="background:y...) |
No edit summary |
||
Line 45: | Line 45: | ||
EXAMPLE | EXAMPLE | ||
recorder EnvelopeNode -file nodes.out -time -node 1 2 3 4 -dof 1 2 disp | recorder EnvelopeNode -file nodes.out -time -node 1 2 3 4 -dof 1 2 disp |
Revision as of 00:19, 14 October 2009
The EnvelopeNode recorder type records the min, max and absolute max of a number of nodal response quantaties. The command to create a node envelope recorder is:
recorder EnvelopeNode <-file $fileName> <-xml $fileName> <-time> <-node $node1 $node2 ...> <-nodeRange $startNode $endNode> <-region $regionTag> -dof ($dof1 $dof2 ...) $respType' |
$fileName | name of file to which output is sent.
file output is either in xml format (-xml option), textual (-file option) or binary (-binary option) |
-time | (optional using this option places domain time in first entry of each data line, default is to have time ommitted) |
$node1 $node2 .. | tags of nodes whose response is being recorded (optional, default: omitted) | ||
$startNode $endNode .. | tag for start and end nodes whose response is being recorded (optional, default: omitted) | ||
$regionTag | a region tag; to specify all nodes in the previously defined region. (optional) | ||
$dof1 dof2 ... | the specified dof at the nodes whose response is requested. | ||
$respType | a string indicating response required. Response types are given in table below. |
disp | displacement* |
vel | velocity* |
accel | acceleration* |
incrDisp | incremental displacement |
"eigen i" | eigenvector for mode i |
reaction | nodal reaction |
EXAMPLE
recorder EnvelopeNode -file nodes.out -time -node 1 2 3 4 -dof 1 2 disp
Code Developed by: fmk