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)

ordered_children()

Get the ordered task list held by the workflow. Sorting is in terms of the workflow order and only includes the top-level tasks, while other tasks can be obtained by calling ordered_children() on a parent task. Given the workflow::.

task(name)

Get a TaskObject by name, in a Task wrapper.

Attributes

TaskObject

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