Mass Command: Difference between revisions
Jump to navigation
Jump to search
(New page: This command is used to set the mass at a node. {| | style="background:yellow; color:black; width:800px" | '''mass $nodeTag (ndf $massValues)''' |} ---- {| | style="width:150px" | ''...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
This command is used to set the mass at a node. | This command is used to set the mass at a node. | ||
{| | {| | ||
Line 19: | Line 20: | ||
mass 2 2.5 0.0 2.5 0.0 0.0 0.0; # define mass in x and z coordinates | mass 2 2.5 0.0 2.5 0.0 0.0 0.0; # define mass in x and z coordinates | ||
---- | |||
Code Developed by: <span style="color:blue"> fmk </span> | Code Developed by: <span style="color:blue"> fmk </span> |
Latest revision as of 04:54, 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
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