ansys.fluent.core.workflow.WorkflowWrapper#

class ansys.fluent.core.workflow.WorkflowWrapper(workflow, command_source)#

Wrap a Workflow object, adding methods to discover more about the relationships between TaskObjects.

Methods

task(name)

ordered_children()

__getattr__(attr)

__dir__()

__call__()

Methods

__init__(workflow, command_source)

Initialize WorkflowWrapper.

child_task_python_names()

Get the Pythonic names of the child tasks.

inactive_ordered_children()

Get the inactive ordered task list held by this task.

ordered_children([recompute])

Get the ordered task list held by the workflow.

task(name)

Get a TaskObject by name, in a BaseTask wrapper.

Attributes

TaskObject

Get a TaskObject container wrapper that 'holds' the underlying TaskObjects.