ansys.fluent.core.meshing.meshing_workflow.FaultTolerantMeshingWorkflow#

class ansys.fluent.core.meshing.meshing_workflow.FaultTolerantMeshingWorkflow(workflow, meshing, part_management, pm_file_management)#

Provides fault-tolerant meshing specialization of the workflow wrapper.

Methods

__init__(workflow, meshing, part_management, ...)

Initialize FaultTolerantMeshingWorkflow.

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.

reinitialize()

Initialize a fault-tolerant workflow.

save_workflow(file_path)

Save the current workflow to the location provided.

task(name)

Get a TaskObject by name, in a BaseTask wrapper.

Attributes

part_management

Access part-management in fault-tolerant mode.

pm_file_management

Access the part-management file-management object in fault-tolerant mode.