|
| integer, save | ischtp |
| | time order of time stepping More...
|
| |
| integer, save | istmpf |
| | time order of the mass flux scheme More...
|
| |
| integer(c_int), pointer, save | nterup |
| | number of interations on the pressure-velocity coupling on Navier-Stokes (for the PISO algorithm) More...
|
| |
| integer, save | isno2t |
| | extrapolation of source terms in the Navier-Stokes equations More...
|
| |
| integer, save | isto2t |
| | extrapolation of turbulent quantities More...
|
| |
| integer, dimension(nscamx), save | isso2t |
| | extrapolation of source terms in the transport equation of scalars More...
|
| |
| integer, save | iroext |
| | extrapolation of the density field More...
|
| |
| integer, save | iviext |
| | extrapolation of the total viscosity field More...
|
| |
| integer, save | icpext |
| | extrapolation of the specific heat field More...
|
| |
| integer, dimension(nscamx), save | ivsext |
| | extrapolation of the scalar diffusivity 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(nvarmx), save | ibdtso |
| | ibdtso : backward differential scheme in time order More...
|
| |
| integer, dimension(nscamx), save | initvs |
| | initvs : =1 if scalar diffusivity read from checkpoint file More...
|
| |
| double precision, dimension(nvarmx), save | thetav |
| | -scheme for the main variables More...
|
| |
| double precision, save | thetsn |
| | -scheme for the source terms in the Navier-Stokes equations More...
|
| |
| double precision, save | thetst |
| | -scheme for the source terms of turbulent equations More...
|
| |
| double precision, dimension(nscamx), save | thetss |
| | -scheme for the source terms of transport equations of scalars More...
|
| |
| double precision, save | thetfl |
| | -scheme for the mass flux More...
|
| |
| double precision, save | thetvi |
| | -scheme for the total viscosity More...
|
| |
| double precision, save | thetro |
| | -scheme for the density field More...
|
| |
| double precision, save | thetcp |
| | -scheme for the scpecific heat field More...
|
| |
| double precision, dimension(nscamx), save | thetvs |
| | -scheme for the diffusivity More...
|
| |
| real(c_double), pointer, save | epsup |
| | relative precision for the convergence test of the iterative process on pressure-velocity coupling (PISO) More...
|
| |
| real(c_double), pointer, save | xnrmu |
| | norm of the increment of the iterative process on pressure-velocity coupling (PISO) More...
|
| |
| real(c_double), pointer, save | xnrmu0 |
| | norm of (used by PISO algorithm) More...
|
| |