Resolution of incompressible Navier Stokes and scalar transport equations for a time step.
More...
|
subroutine | tridim (itrale, nvar, nscal, isostd, dt, propce, frcxt, prhyd) |
|
Resolution of incompressible Navier Stokes and scalar transport equations for a time step.
subroutine tridim |
( |
integer |
itrale, |
|
|
integer |
nvar, |
|
|
integer |
nscal, |
|
|
integer, dimension(nfabor+1) |
isostd, |
|
|
double precision, dimension(:), pointer |
dt, |
|
|
double precision, dimension(:,:), pointer |
propce, |
|
|
double precision, dimension(:,:), pointer |
frcxt, |
|
|
double precision, dimension(:), pointer |
prhyd |
|
) |
| |
- Parameters
-
[in] | itrale | ALE iteration number |
[in] | nvar | total number of variables |
[in] | nscal | total number of scalars |
[in] | isostd | standard output indicator
|
[in] | dt | time step (per cell) |
[in,out] | propce | physical properties at cell centers |
[in] | frcxt | external force generating hydrostatic pressure |
[in] | prhyd | predicted hydrostatic pressure |