NodeDisp Command

From OpenSeesWiki
Revision as of 19:55, 25 September 2009 by Fmk (talk | contribs) (New page: Returns the current displacement at a specified node. {| | style="background:yellow; color:black; width:800px" | '''nodeDisp $nodeTag <$dof>''' |} ---- {| | style="width:150px" | '''...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the current displacement at a specified node.

nodeDisp $nodeTag <$dof>



$nodeTag integer tag identifying node
$dof specific dof at the node (1 through ndf), (optional)


NOTE:

If optional $dof is not provided, an array containing all displacement components for every dof at the node is returned.


EXAMPLE:

set a0 [nodeDisp $nodeTag 0]



Code Developed by: fmk