Collaboration diagram for Time stepping:Variables | |
| integer(c_int), pointer, save | ischtp |
| time order of time stepping More... | |
| integer, save | istmpf |
| time order of the mass flux scheme The chosen value for istmpf will automatically determine the value given to the variable thetfl. 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, save | isno2t |
| isno2t specifies the time scheme activated for the source terms of the momentum equation, apart from convection and diffusion (for instance: head loss, transposed gradient, ...). More... | |
| integer(c_int), pointer, save | isto2t |
| Time scheme for source terms of turbulence equations (see isto2t in cs_time_scheme_t). More... | |
| integer, dimension(nscamx), save | isso2t |
| for each scalar, isso2t specifies the time scheme activated for the source terms of the equation for the scalar, apart from convection and diffusion (for instance: variance production, user-specified terms, ...). More... | |
| integer, save | initvi |
| initvi : =1 if total viscosity read from checkpoint file More... | |
| integer, save | initro |
| initro : =1 if density read from checkpoint file More... | |
| integer, save | initcp |
| initcp : =1 if specific heat read from checkpoint file More... | |
| integer, dimension(nscamx), save | initvs |
| initvs : =1 if scalar diffusivity read from checkpoint file More... | |
| double precision, save | thetsn |
The value of | |
| real(c_double), pointer, save | thetst |
| The value of | |
| double precision, dimension(nscamx), save | thetss |
The value of | |
| double precision, save | thetvi |
The value of | |
| double precision, save | thetcp |
The value of | |
| double precision, dimension(nscamx), save | thetvs |
The value of | |
| 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 | |
| real(c_double), pointer, save | xnrmu0 |
| norm of | |
| real(c_double), pointer, save epsup |
relative precision for the convergence test of the iterative process on velocity-pressure coupling (inner iterations)
| integer, save initcp |
initcp : =1 if specific heat read from checkpoint file
| integer, save initro |
initro : =1 if density read from checkpoint file
| integer, save initvi |
initvi : =1 if total viscosity read from checkpoint file
| integer, dimension(nscamx), save initvs |
initvs : =1 if scalar diffusivity read from checkpoint file
| integer(c_int), pointer, save ischtp |
time order of time stepping
| integer, save isno2t |
isno2t specifies the time scheme activated for the source terms of the momentum equation, apart from convection and diffusion (for instance: head loss, transposed gradient, ...).
| integer, dimension(nscamx), save isso2t |
for each scalar, isso2t specifies the time scheme activated for the source terms of the equation for the scalar, apart from convection and diffusion (for instance: variance production, user-specified terms, ...).
| integer, save istmpf |
time order of the mass flux scheme The chosen value for istmpf will automatically determine the value given to the variable thetfl.
| integer(c_int), pointer, save isto2t |
Time scheme for source terms of turbulence equations (see isto2t in cs_time_scheme_t).
| integer(c_int), pointer, save nterup |
number of iterations on the velocity-pressure coupling on Navier-Stokes (for the U/P inner iterations scheme)
| double precision, save thetcp |
-scheme for the extrapolation of the physical property
"specific heat" when the extrapolation has been activated (see time_extrapolated field key int), according to the formula
.
The value of
= thetcp is deduced from the value chosen for the specific heat. Generally, only the value 0.5 is used.
| double precision, save thetsn |
-scheme for the source terms
in the Navier-Stokes equations when the source term extrapolation has been activated (see isno2t), following the formula
.
The value of
= thetsn is deduced from the value chosen for isno2t. Generally only the value 0.5 is used.
| double precision, dimension(nscamx), save thetss |
-scheme for the extrapolation of the nonlinear explicit source term
of the scalar transport equation when the source term extrapolation has been activated (see isso2t), following the formula
.
The value of
= thetss is deduced from the value chosen for isso2t. Generally, only the value 0.5 is used.
| real(c_double), pointer, save thetst |
The value of
(see thetst in cs_time_scheme_t).
| double precision, save thetvi |
-scheme for the extrapolation of the physical property
"total viscosity" when the extrapolation has been activated (see time_extrapolated key word), according to the formula
.
The value of
= thetvi is deduced from the value chosen for time_extrapolated key word for the viscosity. Generally, only the value 0.5 is used.
| double precision, dimension(nscamx), save thetvs |
-scheme for the extrapolation of the physical property
"diffusivity" when the extrapolation has been activated (see time_extrapolated key word), according to the formula
.
The value of
= thetvs is deduced from the value chosen for time_extrapolated key word. Generally, only the value 0.5 is used.
| real(c_double), pointer, save xnrmu |
norm of the increment
of the iterative process on velocity-pressure coupling (inner iterations)
| real(c_double), pointer, save xnrmu0 |
norm of
(used by velocity-pressure inner iterations)