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, ncofab, dt, rtp, propce, coefa, coefb, 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, |
|
|
integer |
ncofab, |
|
|
double precision, dimension(ncelet) |
dt, |
|
|
double precision, dimension(ncelet,*) |
rtp, |
|
|
double precision, dimension(ncelet,*) |
propce, |
|
|
double precision, dimension(nfabor,ncofab) |
coefa, |
|
|
double precision, dimension(nfabor,ncofab) |
coefb, |
|
|
double precision, dimension(3,ncelet) |
frcxt, |
|
|
double precision, dimension(ncelet) |
prhyd |
|
) |
| |
- Parameters
-
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | ncofab | total number of couples coefa/b for bound cond |
[out] | dt | time step value |
[out] | rtp | calculation variables at cells center |
[out] | propce | physical properties at cell centers |
[out] | coefa | boundary conditions for boundary faces |
[out] | coefb | boundary conditions for boundary faces |
[out] | frcxt | external stress generating hydrostatic pressure |
[out] | prhyd | hydrostatic pressure predicted |