Creates a new solid load (or body force). These are applied to solid elements. For solid elements, the body force is in units of force per volume.

Inputs

Number Name Object Type Description Optional
1 Local Coord System.Boolean Whether the load is defined in the local coordinate system. Default is false (global coordinate system). Yes
2 Fx System.Double Body force in the X-direction. Units of force per volume (density). Yes
3 Fy System.Double Body force in the Y-direction. Units of force per volume (density). Yes
4 Fz System.Double Body force in the Z-direction. Units of force per volume (density). Yes
5 Mx System.Double Body moment about the X-axis. Units of moment per volume (stress). CURRENTLY NOT IMPLEMENTED. Yes
6 My System.Double Body moment about the Y-axis. Units of moment per volume (stress). CURRENTLY NOT IMPLEMENTED. Yes
7 Mz System.Double Body moment about the Z-axis. Units of moment per volume (stress). CURRENTLY NOT IMPLEMENTED. Yes
8 T System.Double Uniform temperature delta. Positive is heating up. Negative is cooling down. Unitless, but should be consistent with how temperature coefficients are defined. Yes

Outputs

Number Name Object Type Description
1 Body Force DesignSolidLoad A body force that is applied to solid elements.

Button

The blue button at the bottom of the component with the “Assign Pattern” text allows you to assign a load pattern (that is defined in the model definitions) to the load. The load pattern must be assigned for the component to run. Otherwise, an error will be thrown.

Create Solid Load.PNG