axisymmetric_sweep#

class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.application.axisymmetric_sweep(service, rules, command, path=None)#

Bases: PyCommand

Command axisymmetric_sweep.

Parameters:
axis_sweep_control_namestr

Specify a name for this axisymmetric sweep control.

selection_typestr
sweep_boundary_zone_listlist[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_listlist[str]
axis_origindict[str, Any]
axis_directiondict[str, Any]
revolution_angle_degfloat

Specify the revolution angle for the sweep in degrees (typically 360 for a full rotation).

number_of_layersint

Specify the number of layers (divisions) used in the swept direction.

zone_locationlist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create an operation instance.