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 | itpcol |
| Time scheme option: 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, 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... | |
| 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. More... | |
| real(c_double), pointer, save | thetst |
The value of (see thetst in cs_time_scheme_t). More... | |
| 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. More... | |
| 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. 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... | |
| 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(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, ...).
which are linear functions of the solved variable
are expressed as second-order terms by interpolation (according to the formula
,
being given by the value of thetav associated with the variable
); the other terms
are expressed as second-order terms by extrapolation (according to the formula
,
being given by the value of thetsn = 0.5).
are treated in the same way as when isno2t = 1; the other terms
are extrapolated according to the same formula as when isno2t = 1, but with
= thetsn = 1. By default, isno2t is initialised to 1 (second-order) when the selected time scheme is second-order (ischtp = 2), otherwise to 0. | 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.
time step.| 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 itpcol |
Time scheme option:
| 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.
| 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.
| 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)