You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *MASS </H2> <P> Keyword type: model definition <P> This option allows the specification of the nodal mass in the MASS elements of the model. There is one required parameter ELSET specifying the element set for which this mass applies. It should contain only MASS elements. The mass value is applied in each of the elements of the set separately. <P><P> <BR> <P> First line: <UL> <LI>*MASS </LI> <LI>Enter the parameter ELSET and its value. </LI> </UL> <P> Following line: <UL> <LI>Mass. </LI> </UL> <P> <PRE>
Example:
*MASS,ELSET=E1
1.e3
</PRE> <P> assigns a mass of 1000. in each element belonging to element set E1. <P> <P><P> <BR> Example files: . <P> </body></html>