vrotat#
- Volumes.vrotat(na1='', na2='', na3='', na4='', na5='', na6='', pax1='', pax2='', arc='', nseg='', **kwargs)#
Generates cylindrical volumes by rotating an area pattern about an axis.
Mechanical APDL Command: VROTAT
- Parameters:
- na1
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- na2
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- na3
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- na4
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- na5
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- na6
str List of areas in the pattern to be rotated (6 maximum if using keyboard entry). Areas must lie to one side of, and in the plane of, the axis of rotation. If
NA1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). IfNA1= ALL, all selected areas will define the pattern to be rotated. A component name may also be substituted forNA1.- pax1
str Keypoints defining the axis about which the area pattern is to be rotated.
- pax2
str Keypoints defining the axis about which the area pattern is to be rotated.
- arc
str Arc length (in degrees). Positive follows right-hand rule about
PAX1-PAX2vector. Defaults to 360.- nseg
str Number of volumes (8 maximum) around circumference. Defaults to minimum required for 90° (maximum) arcs, that is, 4 for 360°, 3 for 270°, etc.
- na1
Notes
Generates cylindrical volumes (and their corresponding keypoints, lines, and areas) by rotating an area pattern (and its associated line and keypoint patterns) about an axis. Keypoint patterns are generated at regular angular locations (based on a maximum spacing of 90°). Line patterns are generated at the keypoint patterns. Arc lines are also generated to connect the keypoints circumferentially. Keypoint, line, area, and volume numbers are automatically assigned (beginning with the lowest available values). Adjacent lines use a common keypoint, adjacent areas use a common line, and adjacent volumes use a common area.
To generate a single volume with an arc greater than 180°,
NSEGmust be greater than or equal to 2.If element attributes have been associated with the input area via the aatt command, the opposite area generated by the vrotat operation will also have those attributes (that is, the element attributes from the input area are copied to the opposite area). Note that only the area opposite the input area will have the same attributes as the input area; the areas adjacent to the input area will not.
If the given areas are meshed or belong to meshed volumes, the 2D mesh can be rotated (extruded) to a 3D mesh. See the Modeling and Meshing Guide for more information. Note that the
NDIVargument on the esize command should be set before extruding the meshed areas.