motion_definitions#

class ansys.fluent.core.generated.solver.tui_242.main_menu.define.motion_definitions(service, version, mode, path)#

Bases: TUIMenu

Manage motion definitions.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add(service, version, mode, path)

Add a new object.

delete(service, version, mode, path)

Delete an object.

edit(service, version, mode, path)

Edit an object.

list(service, version, mode, path)

List objects.

list_properties(service, version, mode, path)

List properties of an object.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class add(service, version, mode, path)#

Bases: TUIMethod

Add a new object.

class delete(service, version, mode, path)#

Bases: TUIMethod

Delete an object.

class edit(service, version, mode, path)#

Bases: TUIMethod

Edit an object.

class list(service, version, mode, path)#

Bases: TUIMethod

List objects.

class list_properties(service, version, mode, path)#

Bases: TUIMethod

List properties of an object.