Computed variable initialization. The time step, the indicator of wall distance computation are also initialized just before reading a restart file or use the user initializations.
More...
|
subroutine | iniva0 (nvar, nscal, dt, propce, frcxt, prhyd) |
|
Computed variable initialization. The time step, the indicator of wall distance computation are also initialized just before reading a restart file or use the user initializations.
subroutine iniva0 |
( |
integer |
nvar, |
|
|
integer |
nscal, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,*) |
propce, |
|
|
double precision, dimension(3,ncelet) |
frcxt, |
|
|
double precision, dimension(ncelet) |
prhyd |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[out] | dt | time step value |
[out] | propce | physical properties at cell centers |
[out] | frcxt | external stress generating hydrostatic pressure |
[out] | prhyd | hydrostatic pressure predicted |