NodeAccel Command: Difference between revisions
Jump to navigation
Jump to search
(New page: Returns the current acceleration at a specified node. {| | style="background:yellow; color:black; width:800px" | '''nodeAccel $nodeTag <$dof>''' |} ---- {| | style="width:150px" | ''...) |
No edit summary |
||
Line 10: | Line 10: | ||
{| | {| | ||
| style="width:150px" | '''$nodeTag ''' || integer tag identifying node | | style="width:150px" | '''$nodeTag ''' || integer tag identifying node | ||
|- | |- | ||
| '''$dof''' || specific dof at the node (1 through ndf), (optional) | | '''$dof''' || specific dof at the node (1 through ndf), (optional) |
Revision as of 19:53, 25 September 2009
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