Node command
Jump to navigation
Jump to search
- 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
This command is used to construct a Node object. It assigns coordinates and masses to the Node object.
node $nodeTag (ndm $coords) <-mass (ndf $massValues)> |
$nodeTag | integer tag identifying node |
$coords | nodal coordinates (ndm arguments) |
$massValues | nodal mass corresponding to each DOF (ndf arguments) (optional)) |
The optional -mass string allows analyst the option of associating nodal mass with the node
EXAMPLE:
node 1 0.0 0.0 0.0; # x,y,z coordinates (0,0,0) of node 1
node 2 0.0 120. 0.0; # x,y,z coordinates (0,120,0) of node 2
Code Developed by: fmk