meshing.datamodel.workflow#
- class ansys.fluent.core.generated.datamodel_242.workflow.Root(service, rules, path)#
Bases:
PyMenu
Singleton Root.
Classes:
CreateCompositeTask
(service, rules, command)Command CreateCompositeTask.
CreateNewWorkflow
(service, rules, command[, ...])Command CreateNewWorkflow.
DeleteTasks
(service, rules, command[, path])Command DeleteTasks.
InitializeWorkflow
(service, rules, command)Command InitializeWorkflow.
InsertNewTask
(service, rules, command[, path])Command InsertNewTask.
LoadState
(service, rules, command[, path])Command LoadState.
LoadWorkflow
(service, rules, command[, path])Command LoadWorkflow.
ResetWorkflow
(service, rules, command[, path])Command ResetWorkflow.
SaveWorkflow
(service, rules, command[, path])Command SaveWorkflow.
TaskObject
(service, rules[, path])Workflow
(service, rules, path)Singleton Workflow.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class CreateCompositeTask(service, rules, command, path=None)#
Bases:
PyCommand
Command CreateCompositeTask.
- class CreateNewWorkflow(service, rules, command, path=None)#
Bases:
PyCommand
Command CreateNewWorkflow.
- Returns:
- class InitializeWorkflow(service, rules, command, path=None)#
Bases:
PyCommand
Command InitializeWorkflow.
- class ResetWorkflow(service, rules, command, path=None)#
Bases:
PyCommand
Command ResetWorkflow.
- Returns:
- __init__(service, rules, path)#
__init__ method of PyMenu class.