automatic_case_modification#

class ansys.fluent.core.solver.tui_241.main_menu.define.solution_strategy.automatic_case_modification(service, version, mode, path)#

Bases: TUIMenu

Enters the automatic case modification menu.

Classes:

before_init_modification(service, version, ...)

Specifies modification to be performed before initialization.

modifications(service, version, mode, path)

Specifies modifications to be performed during solution.

original_settings(service, version, mode, path)

Specifies modification to be performed after initialization to restore to original settings.

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

Bases: TUIMethod

Specifies modification to be performed before initialization.

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

Bases: TUIMethod

Specifies modifications to be performed during solution.

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

Bases: TUIMethod

Specifies modification to be performed after initialization to restore to original settings.