Set of parameters to check the convergence of the pseudo-steady algo. More...
#include <cs_param_types.h>
Collaboration diagram for cs_param_psteady_t:Public Attributes | |
| double | atol |
| double | rtol |
| int | n_cvg_iter |
| int | n_time_step_solve |
Set of parameters to check the convergence of the pseudo-steady algo.
| atol |
Absolute tolerance under which the iterative process is stopped
| n_cvg_iter |
Number of consecutively converged iterations before stopping the iterative process
| n_time_step_solve |
Solve Navier-Stokes equations every n_time_step_solve time step
| rtol |
Relative tolerance under which the iterative process is stopped