NodeEigenvector Command

From OpenSeesWiki
Revision as of 23:53, 13 April 2010 by Fmk (talk | contribs) (Created page with '{{CommandManualMenu}} Returns the current acceleration at a specified node. Coming in version 2.2.1. {| | style="background:blue; color:black; width:800px" | '''nodeEigenvecto...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




Returns the current acceleration at a specified node. Coming in version 2.2.1.

nodeEigenvector $nodeTag $eigenvector <$dof>



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


NOTE:

If optional $dof is not provided, an array contaning all eigenvector values for that eigenvector for components for every dof at the node is returned.


EXAMPLE:

set a0 [nodeAccel $nodeTag 0]



Code Developed by: fmk