NodeDisp Command: Difference between revisions
Jump to navigation
Jump to search
(New page: Returns the current displacement at a specified node. {| | style="background:yellow; color:black; width:800px" | '''nodeDisp $nodeTag <$dof>''' |} ---- {| | style="width:150px" | '''...) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
Returns the current displacement at a specified node. | Returns the current displacement at a specified node. | ||
Line 22: | Line 24: | ||
EXAMPLE: | EXAMPLE: | ||
set a0 [nodeDisp $nodeTag | set a0 [nodeDisp $nodeTag 1] | ||
Latest revision as of 17:03, 24 March 2011
- 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 displacement at a specified node.
nodeDisp $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 containing all displacement components for every dof at the node is returned.
EXAMPLE:
set a0 [nodeDisp $nodeTag 1]
Code Developed by: fmk