NodeEigenvector Command: Difference between revisions
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: | | style="background:yellow; color:black; width:800px" | '''nodeEigenvector $nodeTag $eigenvector <$dof>''' | ||
|} | |} | ||
Revision as of 18:14, 10 December 2010
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
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