# Mass Command

This command is used to set the mass at a node.

```tcl mass $nodeTag (ndf $massValues) ```

nodeTag

integer tag identifying node whose mass is set

massValues

ndf nodal mass values corresponding to each DOF

## Examples

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