TWF_TurboSurfaces#

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

Bases: PyCommand

Use this task to create turbo surfaces at span-wise locations that will be used in solution post processing. By default, the locations will be at 0.25, 0.5, and 0.75. Parameters ———- NumIsoSurfaces : int

Specify the number of turbo iso-surfaces you want to create, or keep the default value of 3.

IsoSurfaceNumList : list[str] OldIsoSurfaceNameList : list[str] NewIsoSurfaceNameList : list[str] OldIsoSurfaceValueList : list[str] NewIsoSurfaceValueList : list[str] SurfacesList : list[str]

Returns:
bool

Methods:

create_instance()

Create a command instance.

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

__init__ method of PyCommand class.

create_instance()#

Create a command instance.