Difference between revisions of "NodeAccel Command"

From OpenSeesWiki
Jump to navigationJump to search
 
Line 1: Line 1:
 +
{{CommandManualMenu}}
 +
 
Returns the current acceleration at a specified node.
 
Returns the current acceleration at a specified node.
  

Latest revision as of 05:07, 27 February 2010




Returns the current acceleration at a specified node.

nodeAccel $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 contaning all accceleration components for every dof at the node is returned.


EXAMPLE:

set a0 [nodeAccel $nodeTag 0]



Code Developed by: fmk