meshing.datamodel.workflow#

class ansys.fluent.core.generated.datamodel_261.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

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class CreateNewWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command CreateNewWorkflow.

Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

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

Bases: PyCommand

Command DeleteTasks.

Parameters:
ListOfTaskslist[str]
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class InitializeWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command InitializeWorkflow.

Parameters:
WorkflowTypestr
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class InsertNewTask(service, rules, command, path=None)#

Bases: PyCommand

Command InsertNewTask.

Parameters:
CommandNamestr
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class LoadState(service, rules, command, path=None)#

Bases: PyCommand

Command LoadState.

Parameters:
ListOfRootslist[str]
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class LoadWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command LoadWorkflow.

Parameters:
FilePathstr
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class ResetWorkflow(service, rules, command, path=None)#

Bases: PyCommand

Command ResetWorkflow.

Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

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

Bases: PyCommand

Command SaveWorkflow.

Parameters:
FilePathstr
Returns:
bool

Methods:

create_instance()

Create a command instance.

create_instance()#

Create a command instance.

class TaskObject(service, rules, path=None)#

Bases: PyNamedObjectContainer

.

class Workflow(service, rules, path)#

Bases: PyMenu

Singleton Workflow.

Classes:

CurrentTask(service, rules[, path])

Parameter CurrentTask of value type str.

InactiveTaskList(service, rules[, path])

Parameter InactiveTaskList of value type list[str].

TaskList(service, rules[, path])

Parameter TaskList of value type list[str].

WorkflowType(service, rules[, path])

Parameter WorkflowType of value type str.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

class CurrentTask(service, rules, path=None)#

Bases: PyTextual

Parameter CurrentTask of value type str.

class InactiveTaskList(service, rules, path=None)#

Bases: PyTextual

Parameter InactiveTaskList of value type list[str].

class TaskList(service, rules, path=None)#

Bases: PyTextual

Parameter TaskList of value type list[str].

class WorkflowType(service, rules, path=None)#

Bases: PyTextual

Parameter WorkflowType of value type str.

__init__(service, rules, path)#

__init__ method of PyMenu class.

__init__(service, rules, path)#

__init__ method of PyMenu class.