TWF_CreateCFDModel#

class ansys.fluent.core.generated.datamodel_261.solver_workflow.Root.TWF_CreateCFDModel(service, rules, command, path=None)#

Bases: PyCommand

Use this task to formally create the CFD model. For each blade row, specify the number of modeled passages (or sectors) per row. Make sure to first specify the Axis of Rotation. Use the graphics window to visually verify and ensure the CFD model is constructed properly.

Parameters:
CFDMChildNamestr
CFDMSelectMeshAssociationstr
AxisOfRotationstr

Specify the rotational axis for the generated CFD turbomachine geometry.

DelayCFDModelCreationbool
RestrictToFactorsbool

Choose whether or not to restrict the number of model blade sectors to a factor of the number of blades.

EstimateNumBladesbool
CFDMRowNumListlist[str]
OldCFDMNumOfBladesListlist[str]
NewCFDMNumOfBladesListlist[str]
OldCFDMModelBladesListlist[str]
NewCFDMModelBladesListlist[str]
OldCFDMAngleOffsetlist[str]
NewCFDMAngleOffsetlist[str]
OldCFDMBladesPerSectorListlist[str]
NewCFDMBladesPerSectorListlist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create an operation instance.