NodeVel Command: Difference between revisions
Jump to navigation
Jump to search
(New page: Returns the current velocity at a specified node. {| | style="background:yellow; color:black; width:800px" | '''nodeVel $nodeTag <$dof>''' |} ---- {| | style="width:150px" | '''$node...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
Returns the current velocity at a specified node. | Returns the current velocity at a specified node. | ||
Line 10: | Line 12: | ||
{| | {| | ||
| style="width:150px" | '''$nodeTag ''' || integer tag identifying node | | style="width:150px" | '''$nodeTag ''' || integer tag identifying node | ||
|- | |- | ||
| '''$dof''' || specific dof at the node (1 through ndf), (optional) | | '''$dof''' || specific dof at the node (1 through ndf), (optional) | ||
Line 19: | Line 19: | ||
NOTE: | NOTE: | ||
If optional $dof is not provided, an array | If optional $dof is not provided, an array containing all velocity components for every dof at the node is returned. | ||
Latest revision as of 05:07, 27 February 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 velocity at a specified node.
nodeVel $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 velocity components for every dof at the node is returned.
EXAMPLE:
set v0 [nodeVel $nodeTag 0]
Code Developed by: fmk