ansys.fluent.core.meshing.meshing_workflow.MeshingWorkflow#

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

Meshing specialization of the WorkflowWrapper that extends the core functionality.

Methods

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

Initialize MeshingWorkflow.

child_task_python_names()

Get the Pythonic names of the child tasks.

fault_tolerant(dynamic_interface)

Initialize a fault-tolerant workflow.

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.

watertight(dynamic_interface)

Initialize a watertight workflow.

Attributes

TaskObject

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

part_management

Access part-management in fault-tolerant mode.

pm_file_management

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