acoustics_wave_equation_controls#

class ansys.fluent.core.solver.tui_231.main_menu.solution.controls.query.acoustics_wave_equation_controls(path, service)#

Bases: TUIMenu

Enter menu for acoustics wave equation solver controls.

Classes:

expert(path, service)

Enter menu for expert controls.

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

Enter menu for expert controls.

Methods:

explicit_relaxation_factor(*args, **kwargs)

Specify explicit relaxation factor to be applied to the solution correction when updating solution in the timestep iterations.

under_relaxation_factor(*args, **kwargs)

Specify under-relaxation factor to be used in the diagonal matrix elements of implicit solver.

explicit_relaxation_factor(*args, **kwargs)#

Specify explicit relaxation factor to be applied to the solution correction when updating solution in the timestep iterations.

under_relaxation_factor(*args, **kwargs)#

Specify under-relaxation factor to be used in the diagonal matrix elements of implicit solver.

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.