Mass Command

From OpenSeesWiki
Revision as of 21:15, 24 September 2009 by Fmk (talk | contribs) (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" | ''...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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