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.

Parameters:
ListOfTasksList[str]
Returns:
bool
class CreateNewWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command CreateNewWorkflow.

Returns:
bool
class DeleteTasks(service, rules, command, path=None)#

Bases: PyCommand

Command DeleteTasks.

Parameters:
ListOfTasksList[str]
Returns:
bool
class InitializeWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command InitializeWorkflow.

Parameters:
WorkflowTypestr
Returns:
bool
class InsertNewTask(service, rules, command, path=None)#

Bases: PyCommand

Command InsertNewTask.

Parameters:
CommandNamestr
Returns:
bool
class LoadState(service, rules, command, path=None)#

Bases: PyCommand

Command LoadState.

Parameters:
ListOfRootsList[str]
Returns:
bool
class LoadWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command LoadWorkflow.

Parameters:
FilePathstr
Returns:
bool
class ResetWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command ResetWorkflow.

Returns:
bool
class SaveWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command SaveWorkflow.

Parameters:
FilePathstr
Returns:
bool
__init__(service, rules, path)#

__init__ method of PyMenu class.