Mass Command

From OpenSeesWiki
Revision as of 04:54, 27 February 2010 by Fmk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump 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