ansys.mapdl.core.Mapdl.veorient#
- Mapdl.veorient(vnum='', option='', value1='', value2='', **kwargs)#
Specifies brick element orientation for volume mapped (hexahedron) meshing.
Mechanical APDL Command: VEORIENT
Command default: Elements are not oriented in any specific manner.
- Parameters:
- vnum
str Number identifying volume for which elements are to be oriented (no default).
- option
str Option for defining element orientation:
KP- Orientation is determined by two keypoints on the volume. Input the keypoint numbers (KZ1 and KZ2) in fieldsVALUE1andVALUE2, respectively. The element z-axis points from KZ1 toward KZ2. Element x and y directions point away from KZ1 along edges of the volume to make a right-hand triad. (The element x- and y-axes are uniquely determined by this specification.)LINE- Orientation is determined by one of the lines defining the volume. Input the line number in fieldVALUE1. The element z direction follows the direction of the line. Input a negative value if the desired z direction is opposite to the direction of the specified line. (The element x- and y-axes are uniquely determined by this specification.) (VALUE2is not used.)AREA- Orientation is determined by one of the areas defining the volume. The area represents the desired element top surface. Input the area number asVALUE1. The shortest line in the volume connected to the area will be used to specify the element z direction. (If more than one shortest line exists, the lowest numbered of those is used.) Element x and y directions are not uniquely specified by this option. (VALUE2is not used.)THIN- Align the element z normal to the thinnest dimension of the volume. The shortest line in the volume is used to specify the element z direction. (If more than one shortest line exists, the lowest numbered of those is used.) Element x and y directions are not uniquely specified by this option. (VALUE1andVALUE2are not used.)DELE- Delete the previously defined volume orientation for the specified volume (VNUM). (VALUE1andVALUE2are not used.)
- value1
str Parameters required for the element z-axis direction specification. The meaning of
VALUE1andVALUE2will depend on the chosenOption. See the description ofOptionabove for details.- value2
str Parameters required for the element z-axis direction specification. The meaning of
VALUE1andVALUE2will depend on the chosenOption. See the description ofOptionabove for details.
- vnum
Notes
Use veorient before the vmesh command to specify the desired orientation of brick elements in a mapped mesh. veorient has no effect on tetrahedron meshes, extruded meshes ( vrotat, vdrag, vext, etc.), or swept meshes ( vsweep ).
Proper brick orientation is essential for certain element types such as
SOLID185Layered Solid,SOLID186Layered Solid, andSOLSH190. In such cases, use veorient or eorient to achieve the desired orientation. For other brick element types, you may need to specify element orientation to control orthotropic material property directions without concern for the element connectivity. For those cases, the esys command is the preferred method of specifying the material property directions.For
Option= LINE, AREA, and THIN, the orientation will be internally converted to an equivalentOption= KP specification (KP,KZ1,KZ2). Use the vlist command to view the element orientations (in terms of KZ1 and KZ2) associated with each volume.