Initialization of calculation variables, time step and table that stores distance to the wall by the user (after reading a restart file).
More...
|
subroutine | inivar (nvar, nscal, dt, propce) |
|
Initialization of calculation variables, time step and table that stores distance to the wall by the user (after reading a restart file).
subroutine inivar |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,*) |
propce |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | dt | value of time step |
[in,out] | propce | physical properties at cell centers |