machine_child#

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

Bases: Group

‘child_object_type’ of machine.

Attributes

Attribute

Summary

name

Name of the turbomachine row. Changing this will rename the row.

index

Index of the row in the turbomachine (stage order, 0-based). Automatically reordered when rows are deleted.

sectors_per_360

Number of sectors in 360 degrees for this row.

modeled_sectors

Number of modeled sectors in this row.

cell_zones

List of cell zones belonging to this row. When set, omega and axis are automatically extracted from the first zone’s motion settings.

rotational_speed

Rotational speed of this row. Stored internally in SI units (rad/s).

is_virtual

Indicates whether this row is virtual (no cell zones assigned). Virtual rows define spectral content from blade rows not in the computational domain. Automatically set based on cell zone selection.

reference_frame

Reference frame for virtual rows (rows without cell zones). Select a reference frame to extract omega. Axis is validated against machine axis but NOT set from virtual rows.

Included in:

Parent

Summary

machine

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