turbo_description#

class ansys.fluent.core.generated.solver.settings_271.turbo_description(name=None, parent=None)#

Bases: Group

Turbomachine description defining rows, sectors, and rotational characteristics.

Attributes

Attribute

Summary

extended

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

Number of rows (stages) in the turbomachine.

rotational_axis

Rotational axis vector of the turbomachine (X, Y, Z components). First axis extracted is set as machine axis, next axes are compared for consistency.

machine

Collection of turbomachine rows. Create rows and configure their properties.

Methods

Method

Summary

create

Create turbomachine description with specified number of rows. Each row will be initialized with default values that you need to configure.

create_tui

Create turbomachine description (TUI) with specified number of rows. Each row will be initialized with user-specified values.

delete

Delete the current turbomachine description.

list_details

Display the current turbomachine description details.

Included in:

Parent

Summary

turbomachinery

The turbomachinery models.