9.2
general documentation
cs_param_psteady_t Struct Reference

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
 

Detailed Description

Set of parameters to check the convergence of the pseudo-steady algo.

Member Data Documentation

◆ atol

atol

Absolute tolerance under which the iterative process is stopped

◆ n_cvg_iter

n_cvg_iter

Number of consecutively converged iterations before stopping the iterative process

◆ n_time_step_solve

n_time_step_solve

Solve Navier-Stokes equations every n_time_step_solve time step

◆ rtol

rtol

Relative tolerance under which the iterative process is stopped


The documentation for this struct was generated from the following file: