Gerris
|
Functions | |
void | gfs_hydrostatic_pressure (GfsDomain *domain, GfsVariable *p, GfsVariable *rho, gdouble g) |
The linearised shallow-water solver.
void gfs_hydrostatic_pressure | ( | GfsDomain * | domain, |
GfsVariable * | p, | ||
GfsVariable * | rho, | ||
gdouble | g | ||
) |
domain | a #GfsDomain. |
p | the hydrostatic pressure. |
rho | the density. |
g | the acceleration. |
Computes the hydrostatic pressure p in domain using the density rho.