amg_options#

class ansys.fluent.core.solver.tui_241.main_menu.solve.set.amg_options(service, version, mode, path)#

Bases: TUIMenu

Enters the AMG options menu.

Classes:

aggressive_amg_coarsening(service, version, ...)

Enables / disables the use of a version of the AMG solver that is optimized for high coarsening rates.

amg_gpgpu_options(service, version, mode, path)

Set GPGPU AMG solver options.

conservative_amg_coarsening(service, ...)

Enables / disables the use of conservative coarsening techniques for scalar and/or coupled equations that can improve parallel performance and/or convergence for some difficult cases.

laplace_coarsening(service, version, mode, path)

Enables / disables Laplace coarsening for scalar and/or coupled equations.

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

Bases: TUIMethod

Enables / disables the use of a version of the AMG solver that is optimized for high coarsening rates. This option is recommended if the AMG solver diverges with the default settings.

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

Bases: TUIMethod

Set GPGPU AMG solver options.

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

Bases: TUIMethod

Enables / disables the use of conservative coarsening techniques for scalar and/or coupled equations that can improve parallel performance and/or convergence for some difficult cases.

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

Bases: TUIMethod

Enables / disables Laplace coarsening for scalar and/or coupled equations.