Mass 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 set the mass at a node.
mass $nodeTag (ndf $massValues) |
$nodeTag | integer tag identifying node whose mass is set |
$massValues | ndf nodal mass values corresponding to each DOF |
EXAMPLE:
mass 2 2.5 0.0 2.5 0.0 0.0 0.0; # define mass in x and z coordinates
Code Developed by: fmk