AxisymmetricSweep#
- class ansys.fluent.core.generated.datamodel_271.meshing.Root.AxisymmetricSweep(service, rules, command, path=None)#
Bases:
PyCommandCreates a mesh by sweeping an axisymmetric profile around an axis.
- Parameters:
- AxisSweepControlName
str Specify a name for this axisymmetric sweep control.
- SelectionType
str - SweepBoundaryZoneList
list[str] Select one or more boundary zones from the list to which you will apply the sweep. Use the Filter Text drop-down to provide text and/or regular expressions in filtering the list (for example, using *, ?, and []). Choose Use Wildcard to provide wildcard expressions in filtering the list. When you use either ? or * in your expression, the matching list item(s) are automatically selected in the list. Use ^, |, and & in your expression to indicate boolean operations for NOT, OR, and AND, respectively. More…
- TopologyList
list[str] - AxisOrigin
dict[str,Any] Defines the origin point for an axisymmetric sweep operation.
- AxisDirection
dict[str,Any] Defines the direction of the axis for an axisymmetric sweep operation.
- RevolutionAngleDeg
float Specify the revolution angle for the sweep in degrees (typically 360 for a full rotation).
- NumberOfLayers
int Specify the number of layers (divisions) used in the swept direction.
- ZoneLocation
list[str]
- AxisSweepControlName
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.