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