NodeEigenvector Command

From OpenSeesWiki
Revision as of 18:14, 10 December 2010 by Vesna (talk | contribs)
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