Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
convectiveadjustment.h
Go to the documentation of this file.
1/** @file convectiveadjustment.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/convectiveadjustment.F90
5
13 realtype * g,
15);
vector g[]
We store the combined pressure gradient and acceleration field in g*.
Definition all-mach.h:65
int x
Definition common.h:76
void convectiveadjustment_(integer *nlev, realtype *num, realtype *nuh, realtype *const_num, realtype *const_nuh, integer *buoy_method, realtype *g, realtype *rho_0)
static void meanflow_convectiveadjustment(integer *nlev, realtype *num, realtype *nuh, realtype *const_num, realtype *const_nuh, integer *buoy_method, realtype *g, realtype *rho_0)
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47