Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
buoyancy.h
Go to the documentation of this file.
1/** @file buoyancy.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/buoyancy.F90
5
6extern void buoyancy_ (
8 realtype * dt,
10 realtype * nub,
12);
13static inline void meanflow_buoyancy (
14 integer * nlev,
15 realtype * dt,
17 realtype * nub,
18 realtype * gamb) {
20}
void buoyancy_(integer *nlev, realtype *dt, realtype *cnpar, realtype *nub, realtype *gamb)
static void meanflow_buoyancy(integer *nlev, realtype *dt, realtype *cnpar, realtype *nub, realtype *gamb)
Definition buoyancy.h:13
int x
Definition common.h:76
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47