sfscale#
- FeSurfaceLoads.sfscale(lab='', fact='', fact2='', **kwargs)#
Scales surface loads on elements.
Mechanical APDL Command: SFSCALE
- Parameters:
- lab
str Valid surface load label. If ALL, use all appropriate labels.
This command contains some tables and extra information which can be inspected in the original
documentation pointed above… _sfscale1:
Thermal labels CONV and HFLUX are mutually exclusive.
- fact
str Scale factor for the first surface load value. Zero (or blank) defaults to 1.0. Use a small number for a zero scale factor.
- fact2
str Scale factor for the second surface load value. Zero (or blank) defaults to 1.0. Use a small number for a zero scale factor.
- lab
Notes
Scales surface loads (pressure, convection, etc.) in the database on the selected elements. Surface loads are applied with the sf, sfe, or sfbeam commands. Issue the sfelist command to list the surface loads. 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.
sfscale does not work for tabular boundary conditions.
This command is also valid in PREP7 and in the slashmap processor.