NodeEigenvector Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(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...')
 
No edit summary
Line 4: Line 4:


{|  
{|  
| style="background:blue; color:black; width:800px" | '''nodeEigenvector $nodeTag $eigenvector <$dof>'''
| style="background:yellow; color:black; width:800px" | '''nodeEigenvector $nodeTag $eigenvector <$dof>'''
|}
|}



Revision as of 18:14, 10 December 2010




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