| 
    My Project
    
   programmer's documentation 
   | 
 
Poisson equation resolution for hydrostatic pressure: 
.  
More...
Functions/Subroutines | |
| subroutine | calhyd (indhyd, fext, dfext, phydr, flumas, flumab, coefap, coefbp, cofafp, cofbfp, viscf, viscb, dam, xam, dpvar, smbr) | 
Poisson equation resolution for hydrostatic pressure: 
. 
| subroutine calhyd | ( | integer | indhyd, | 
| 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(nfabor) | coefap, | ||
| double precision, dimension(nfabor) | coefbp, | ||
| double precision, dimension(nfabor) | cofafp, | ||
| double precision, dimension(nfabor) | cofbfp, | ||
| 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) | smbr | ||
| ) | 
| [out] | indhyd | indicateur de mise a jour de phydr | 
| [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] | coefap | boundary conditions coefficient | 
| [in] | coefbp | boundary conditions coefficient | 
| [in] | cofafp | boundary conditions coefficient | 
| [in] | cofbfp | boundary conditions coefficient | 
| [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] | smbr | work array | 
 1.8.16