bfcum#

Mapdl.bfcum(lab='', oper='', fact='', tbase='', **kwargs)[source]#

Specifies that nodal body force loads are to be accumulated.

APDL Command: BFCUM

Parameters:
lab

Valid body load label. If ALL, use all appropriate labels.

oper

Accumulation key:

REPL - Subsequent values replace the previous values (default).

ADD - Subsequent values are added to the previous values.

IGNO - Subsequent values are ignored.

fact

Scale factor for the nodal body load values. Zero (or blank) defaults to 1.0. Use a small number for a zero scale factor. The scale factor is not applied to body load phase angles.

tbase

Used (only with Lab = TEMP) to calculate the temperature used in the add or replace operation (see Oper) as:

Notes

Allows repeated nodal body force loads to be replaced, added, or ignored. Nodal body loads are applied with the BF command. Issue the BFLIST command to list the nodal body loads. The operations occur when the next body loads are defined. For example, issuing the BF command with a temperature of 250 after a previous BF command with a temperature of 200 causes the new value of the temperature to be 450 with the add operation, 250 with the replace operation, or 200 with the ignore operation. A scale factor is also available to multiply the next value before the add or replace operation. A scale factor of 2.0 with the previous “add” example results in a temperature of 700. The scale factor is applied even if no previous values exist. Issue BFCUM,STAT to show the current label, operation, and scale factors. Solid model boundary conditions are not affected by this command, but boundary conditions on the FE model are affected.

Note:: : FE boundary conditions may still be overwritten by existing solid model boundary conditions if a subsequent boundary condition transfer occurs.

BFCUM does not work for tabular boundary conditions.

This command is also valid in PREP7.