turbo_description#
- class ansys.fluent.core.generated.solver.settings_271.turbo_description(name=None, parent=None)#
Bases:
GroupTurbomachine description defining rows, sectors, and rotational characteristics.
Attributes
Attribute |
Summary |
|---|---|
Whether the turbomachine description is in extended mode. Automatically enabled when any row has no cell zones assigned (virtual row). Extended mode allows virtual rows for modeling rotational boundary disturbances from blade rows not in the computational domain. |
|
Number of rows (stages) in the turbomachine. |
|
Rotational axis vector of the turbomachine (X, Y, Z components). First axis extracted is set as machine axis, next axes are compared for consistency. |
|
Collection of turbomachine rows. Create rows and configure their properties. |
Methods
Method |
Summary |
|---|---|
Create turbomachine description with specified number of rows. Each row will be initialized with default values that you need to configure. |
|
Create turbomachine description (TUI) with specified number of rows. Each row will be initialized with user-specified values. |
|
Delete the current turbomachine description. |
|
Display the current turbomachine description details. |
Included in:
Parent |
Summary |
|---|---|
The turbomachinery models. |