8.1
general documentation
+ Collaboration diagram for Time stepping:

Variables

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 $theta_S$ (see cs_time_scheme_t::thetsn). More...
 
real(c_double), pointer, save thetst
 Value of $theta$ (see cs_time_scheme_t::thetst). More...
 
real(c_double), pointer, save thetvi
 Value of $theta$ for total viscoity (see cs_time_scheme_t::thetvi). More...
 
real(c_double), pointer, save thetcp
 Value of $theta$ 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 $ \vect{u}^{k+1} - \vect{u}^k $ of the iterative process on velocity-pressure coupling (inner iterations) More...
 
real(c_double), pointer, save xnrmu0
 norm of $ \vect{u}^0 $ (used by velocity-pressure inner iterations) More...
 

Detailed Description

Variable Documentation

◆ epsup

real(c_double), pointer, save epsup

relative precision for the convergence test of the iterative process on velocity-pressure coupling (inner iterations)

◆ initcp

integer, save initcp = 0

initcp : =1 if specific heat read from checkpoint file

◆ initro

integer, save initro = 0

initro : =1 if density read from checkpoint file

◆ initvi

integer, save initvi = 0

initvi : =1 if total viscosity read from checkpoint file

◆ ischtp

integer(c_int), pointer, save ischtp

Time order of time stepping (see cs_time_scheme_t::time_order).

◆ isno2t

integer(c_int), pointer, save isno2t

Time scheme for source terms of momentum equations (see cs_time_scheme_t::isno2t).

◆ istmpf

integer(c_int), pointer, save istmpf

Time order of the mass flux scheme. (see cs_time_scheme_t::istmpf).

◆ isto2t

integer(c_int), pointer, save isto2t

Time scheme for source terms of turbulence equations (see cs_time_scheme_t::isto2t).

◆ nterup

integer(c_int), pointer, save nterup

number of iterations on the velocity-pressure coupling on Navier-Stokes (for the U/P inner iterations scheme)

◆ thetcp

real(c_double), pointer, save thetcp

Value of $theta$ for specific heat (see cs_time_scheme_t::thetcp).

◆ thetsn

real(c_double), pointer, save thetsn

Value of $theta_S$ (see cs_time_scheme_t::thetsn).

◆ thetst

real(c_double), pointer, save thetst

Value of $theta$ (see cs_time_scheme_t::thetst).

◆ thetvi

real(c_double), pointer, save thetvi

Value of $theta$ for total viscoity (see cs_time_scheme_t::thetvi).

◆ xnrmu

real(c_double), pointer, save xnrmu

norm of the increment $ \vect{u}^{k+1} - \vect{u}^k $ of the iterative process on velocity-pressure coupling (inner iterations)

◆ xnrmu0

real(c_double), pointer, save xnrmu0

norm of $ \vect{u}^0 $ (used by velocity-pressure inner iterations)