|
integer(c_int), pointer, save | ischtp |
| Time order of time stepping (see cs_time_scheme_t::time_order). More...
|
|
integer(c_int), pointer, save | istmpf |
| Time order of the mass flux scheme. (see cs_time_scheme_t::istmpf). More...
|
|
integer(c_int), pointer, save | nterup |
| number of iterations on the velocity-pressure coupling on Navier-Stokes (for the U/P inner iterations scheme) More...
|
|
integer(c_int), pointer, save | isno2t |
| Time scheme for source terms of momentum equations (see cs_time_scheme_t::isno2t). More...
|
|
integer(c_int), pointer, save | isto2t |
| Time scheme for source terms of turbulence equations (see cs_time_scheme_t::isto2t). More...
|
|
integer, save | initvi = 0 |
| initvi : =1 if total viscosity read from checkpoint file More...
|
|
integer, save | initro = 0 |
| initro : =1 if density read from checkpoint file More...
|
|
integer, save | initcp = 0 |
| initcp : =1 if specific heat read from checkpoint file More...
|
|
real(c_double), pointer, save | thetsn |
| Value of (see cs_time_scheme_t::thetsn). More...
|
|
real(c_double), pointer, save | thetst |
| Value of (see cs_time_scheme_t::thetst). More...
|
|
real(c_double), pointer, save | thetvi |
| Value of for total viscoity (see cs_time_scheme_t::thetvi). More...
|
|
real(c_double), pointer, save | thetcp |
| Value of for specific heat (see cs_time_scheme_t::thetcp). More...
|
|
real(c_double), pointer, save | epsup |
| relative precision for the convergence test of the iterative process on velocity-pressure coupling (inner iterations) More...
|
|
real(c_double), pointer, save | xnrmu |
| norm of the increment of the iterative process on velocity-pressure coupling (inner iterations) More...
|
|
real(c_double), pointer, save | xnrmu0 |
| norm of (used by velocity-pressure inner iterations) More...
|
|