create#

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

Bases: CommandWithPositionalArgs

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

Parameters:
component_typestr

Type of turbomachine component. This determines the default naming convention for rows.

number_of_rowsint

Number of rows (stages) in the turbomachine.

Arguments

Argument

Summary

component_type

Type of turbomachine component. This determines the default naming convention for rows.

number_of_rows

Number of rows (stages) in the turbomachine.

Included in:

Parent

Summary

turbo_description

Turbomachine description defining rows, sectors, and rotational characteristics.