meshing.datamodel.workflow#

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

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
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.

TaskList(service, rules[, path])

Parameter TaskList of value type List[str].

class CurrentTask(service, rules, path=None)

Bases: PyTextual

Parameter CurrentTask of value type str.

class TaskList(service, rules, path=None)

Bases: PyTextual

Parameter TaskList of value type List[str].