areverse#

Mapdl.areverse(anum='', noeflip='', **kwargs)[source]#

Reverses the normal of an area, regardless of its connectivity or mesh

APDL Command: AREVERSE status.

Parameters:
anum

Area number of the area whose normal is to be reversed. If ANUM = ALL, the normals of all selected areas will be reversed. If ANUM = P, graphical picking is enabled. A component name may also be substituted for ANUM.

noeflip

Indicates whether you want to change the normal direction of the existing elements on the reversed area(s) so that they are consistent with each area’s new normal direction.

0 - Make the normal direction of existing elements on the reversed area(s)

consistent with each area’s new normal direction (default).

1 - Do not change the normal direction of existing elements on the reversed

area(s).

Notes

You cannot use the AREVERSE command to change the normal direction of any element that has a body or surface load. We recommend that you apply all of your loads only after ensuring that the element normal directions are acceptable. Also, you cannot use this command to change the normal direction for areas attached to volumes because IGES and ANF data is unchanged by reversal. Reversed areas that are attached to volumes need to be reversed again when imported.

Real constants (such as nonuniform shell thickness and tapered beam constants) may be invalidated by an element reversal.

See Revising Your Model in the Modeling and Meshing Guide for more information.