TWF_TurboSurfaces#

class ansys.fluent.core.generated.datamodel_261.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:
NumIsoSurfacesint

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

IsoSurfaceNumListlist[str]
OldIsoSurfaceNameListlist[str]
NewIsoSurfaceNameListlist[str]
OldIsoSurfaceValueListlist[str]
NewIsoSurfaceValueListlist[str]
SurfacesListlist[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.