amg_options#

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

Bases: TUIMenu

Enters the AMG options menu.

Methods:

aggressive_amg_coarsening(*args, **kwargs)

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

amg_gpgpu_options(*args, **kwargs)

Set GPGPU AMG solver options.

conservative_amg_coarsening(*args, **kwargs)

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(*args, **kwargs)

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

aggressive_amg_coarsening(*args, **kwargs)#

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.

amg_gpgpu_options(*args, **kwargs)#

Set GPGPU AMG solver options.

conservative_amg_coarsening(*args, **kwargs)#

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(*args, **kwargs)#

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