ansys.fluent.core.workflow.Workflow#

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

Wraps a workflow object, adding methods to discover more about the relationships between task objects.

Methods

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.

create_composite_task(list_of_tasks)

Create the list of tasks passed as argument.

delete_tasks(list_of_tasks)

Delete the provided list of tasks.

get_possible_tasks()

Get the list of possible names of commands that can be inserted as tasks.

inactive_ordered_children()

Get the inactive ordered task list held by this task.

insert_new_task(command_name)

Insert a new task based on the command name passed as an argument.

load_state(list_of_roots)

Load the state of the workflow.

ordered_children([recompute])

Get the ordered task list held by the workflow.

save_workflow(file_path)

Save the current workflow to the location provided.

task(name)

Get a TaskObject by name, in a BaseTask wrapper.