axisymmetric_sweep#
- class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.application.axisymmetric_sweep(service, rules, command, path=None)#
Bases:
PyCommandCommand axisymmetric_sweep.
- Parameters:
- axis_sweep_control_name
str Specify a name for this axisymmetric sweep control.
- selection_type
str - sweep_boundary_zone_list
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…
- topology_list
list[str] - axis_origin
dict[str,Any] - axis_direction
dict[str,Any] - revolution_angle_deg
float Specify the revolution angle for the sweep in degrees (typically 360 for a full rotation).
- number_of_layers
int Specify the number of layers (divisions) used in the swept direction.
- zone_location
list[str]
- axis_sweep_control_name
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.