Poisson equation resolution for hydrostatic pressure:
.
More...
|
subroutine | calhyd (indhyd, iterns, fext, dfext, phydr, flumas, flumab, viscf, viscb, dam, xam, dpvar, rhs) |
|
Poisson equation resolution for hydrostatic pressure:
.
◆ calhyd()
subroutine calhyd |
( |
integer(c_int) |
indhyd, |
|
|
integer(c_int), value |
iterns, |
|
|
double precision, dimension(3,ncelet) |
fext, |
|
|
double precision, dimension(3,ncelet) |
dfext, |
|
|
double precision, dimension(ncelet) |
phydr, |
|
|
double precision, dimension(nfac) |
flumas, |
|
|
double precision, dimension(nfabor) |
flumab, |
|
|
double precision, dimension(nfac) |
viscf, |
|
|
double precision, dimension(nfabor) |
viscb, |
|
|
double precision, dimension(ncelet) |
dam, |
|
|
double precision, dimension(nfac) |
xam, |
|
|
double precision, dimension(ncelet) |
dpvar, |
|
|
double precision, dimension(ncelet) |
rhs |
|
) |
| |
- Parameters
-
[out] | indhyd | indicateur de mise a jour de phydr |
[in] | iterns | Navier-Stokes iteration number |
[in] | fext | external force generating hydrostatic pressure |
[in] | dfext | external force increment generating hydrostatic pressure |
[out] | phydr | hydrostatic pressure increment |
[in] | flumas | work array |
[in] | flumab | work array |
[in,out] | viscf | work array |
[in,out] | viscb | work array |
[in,out] | dam | work array |
[in,out] | xam | work array |
[in,out] | dpvar | work array |
[in,out] | rhs | work array |