ansys.mapdl.core.Mapdl.fscale#

Mapdl.fscale(rfact='', ifact='', **kwargs)#

Scales force load values in the database.

Mechanical APDL Command: FSCALE

Parameters:
rfactstr

Scale factor for the real component. Zero (or blank) defaults to 1.0. Use a small number for a zero scale factor.

ifactstr

Scale factor for the imaginary component. Zero (or blank) defaults to 1.0. Use a small number for a zero scale factor.

Notes

Scales force load (force, heat flow, etc.) values in the database. Scaling applies to the previously defined values for the selected nodes ( nsel ) and the selected force labels ( dofsel ). Issue flist command to review results. Solid model boundary conditions are not scaled by this command, but boundary conditions on the FE model are scaled. Such scaled FE boundary conditions may still be overwritten by unscaled solid model boundary conditions if a subsequent boundary condition transfer occurs.

fscale does not work for tabular boundary conditions.

This command is also valid in PREP7.