force#

Mapdl.force(lab='', **kwargs)[source]#

Selects the element nodal force type for output.

APDL Command: FORCE

Parameters:
lab

Type of force to be associated with the force items:

TOTAL - Total forces (static, damping, and inertia).

STATIC - Static forces.

DAMP - Damping forces.

INERT - Inertia forces.

Notes

FORCE selects the element nodal force type for output with the POST1 PRESOL, PLESOL, PRRFOR, NFORCE, FSUM, etc. commands, the POST26 ESOL command, and reaction force plotting [/PBC]. For example, FORCE,STATIC causes item F of the PRESOL command to be the static forces for the elements processed. Element member forces (such as those available for beams and shells and processed by Item and Sequence number) are not affected by this command. The SMISC records extract the static force.

The PRRSOL command is not valid with FORCE. Use the PRRFOR command, which provides the same functionality as PRRSOL, instead.

Use the FORCE command prior to any load case operations (LCOPER) to insure the correct element nodal force combinations.

In POST26, the ESOL data stored is based on the active FORCE specification at the time the data is stored. To store data at various specifications (for example, static and inertia forces), issue a STORE command before each new specification.

The FORCE command cannot be used to extract static, damping, and inertial forces for MPC184 joint elements.

To retrieve the different force types, use the *GET command with Entity=ELEM and Item1=EFOR.

The FORCE command is not supported in a spectrum analysis. You can specify the force type directly on the combination method commands (ForceType on the PSDCOM, SRSS, CQC, etc. commands).

The FORCE command is not supported in a modal analysis.