TWF_BasicMachineDescription#
- class ansys.fluent.core.generated.datamodel_261.solver_workflow.Root.TWF_BasicMachineDescription(service, rules, command, path=None)#
Bases:
PyCommandThis task gathers physical information about the turbomachine such as the machine type (axial compressor or turbine, radial compressor or turbine), the number of blade rows in the machine, and the number of blades in each row, and whether or not there is a tip gap. You must also specify the rotating and stationary blade rows. More…
- Parameters:
- ComponentType
str Specify the type of machine component: either an Axial Turbine, Axial Compressor, a Radial Turbine, or a Radial Compressor.
- ComponentName
str Specify a name for the component, or use the default value.
- NumRows
int Specify the number of rows for the component. For each row, use the table to provide a Name, a Type (stationary or rotating), the Number of Blades, and whether or not there is a tip gap present (spacing between the blade and the hub/shroud).
- RowNumList
list[str] - OldRowNameList
list[str] - NewRowNameList
list[str] - OldRowTypeList
list[str] - NewRowTypeList
list[str] - OldNumOfBladesList
list[str] - NewNumOfBladesList
list[str] - OldEnableTipGapList
list[str] - NewEnableTipGapList
list[str] - CombustorType
str
- ComponentType
- Returns:
Methods:
Create an operation instance.
- __init__(service, rules, command, path=None)#
__init__ method of PyCommand class.
- create_instance()#
Create an operation instance.