general#

class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.general(service, rules, path)#

Bases: PyMenu

Singleton general.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

create_composite_task(service, rules, command)

Command create_composite_task.

create_new_workflow(service, rules, command)

Command create_new_workflow.

delete_tasks(service, rules, command[, path])

Command delete_tasks.

initialize_workflow(service, rules, command)

Command initialize_workflow.

insert_new_task(service, rules, command[, path])

Command insert_new_task.

load_state(service, rules, command[, path])

Command load_state.

load_workflow(service, rules, command[, path])

Command load_workflow.

reset_workflow(service, rules, command[, path])

Command reset_workflow.

save_workflow(service, rules, command[, path])

Command save_workflow.

workflow(service, rules, path)

Singleton workflow.

__init__(service, rules, path)#

__init__ method of PyMenu class.

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

Bases: PyCommand

Command create_composite_task.

Parameters:
list_of_taskslist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command create_new_workflow.

Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command delete_tasks.

Parameters:
list_of_taskslist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command initialize_workflow.

Parameters:
workflow_typestr
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command insert_new_task.

Parameters:
command_namestr
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command load_state.

Parameters:
list_of_rootslist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command load_workflow.

Parameters:
file_pathstr
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command reset_workflow.

Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

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

Bases: PyCommand

Command save_workflow.

Parameters:
file_pathstr
Returns:
bool

Methods:

create_instance()

Create an operation instance.

create_instance()#

Create an operation instance.

class workflow(service, rules, path)#

Bases: PyMenu

Singleton workflow.

Methods:

__init__(service, rules, path)

__init__ method of PyMenu class.

Classes:

current_task(service, rules[, path])

Parameter current_task of value type str.

inactive_task_list(service, rules[, path])

Parameter inactive_task_list of value type list[str].

task_list(service, rules[, path])

Parameter task_list of value type list[str].

workflow_type(service, rules[, path])

Parameter workflow_type of value type str.

__init__(service, rules, path)#

__init__ method of PyMenu class.

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

Bases: PyTextual

Parameter current_task of value type str.

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

Bases: PyTextual

Parameter inactive_task_list of value type list[str].

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

Bases: PyTextual

Parameter task_list of value type list[str].

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

Bases: PyTextual

Parameter workflow_type of value type str.