acoustics_wave_equation_controls#

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

Bases: TUIMenu

Enters the menu to specify parameters of the acoustics wave equation solver.

Classes:

expert(path, service)

Enters the menu to specify the expert parameters.

Methods:

max_iterations_per_timestep(*args, **kwargs)

Specify maximum number of iterations per timestep.

relative_convergence_criterion(*args, **kwargs)

Specify convergence tolerance for the timestep iterations as the target residual reduction factor.

class expert(path, service)#

Bases: TUIMenu

Enters the menu to specify the expert parameters.

Methods:

explicit_relaxation_factor(*args, **kwargs)

Specifies the explicit relaxation factor.

under_relaxation_factor(*args, **kwargs)

Specifies the implicit under-relaxation factor.

explicit_relaxation_factor(*args, **kwargs)#

Specifies the explicit relaxation factor. Should be used only with bad meshes, when iterations do not converge.

under_relaxation_factor(*args, **kwargs)#

Specifies the implicit under-relaxation factor. Should be used only with bad meshes, when the AMG linear solver does not converge.

max_iterations_per_timestep(*args, **kwargs)#

Specify maximum number of iterations per timestep.

relative_convergence_criterion(*args, **kwargs)#

Specify convergence tolerance for the timestep iterations as the target residual reduction factor.