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
6
extern
void
buoyancy_
(
7
integer
*
nlev
,
8
realtype
*
dt
,
9
realtype
*
cnpar
,
10
realtype
*
nub
,
11
realtype
*
gamb
12
);
13
static
inline
void
meanflow_buoyancy
(
14
integer
*
nlev
,
15
realtype
*
dt
,
16
realtype
*
cnpar
,
17
realtype
*
nub
,
18
realtype
*
gamb
) {
19
buoyancy_
(
nlev
,
dt
,
cnpar
,
nub
,
gamb
);
20
}
buoyancy_
void buoyancy_(integer *nlev, realtype *dt, realtype *cnpar, realtype *nub, realtype *gamb)
meanflow_buoyancy
static void meanflow_buoyancy(integer *nlev, realtype *dt, realtype *cnpar, realtype *nub, realtype *gamb)
Definition
buoyancy.h:13
x
int x
Definition
common.h:76
integer
int integer
Definition
cvmix.h:105
dt
double dt
Definition
predictor-corrector.h:18
realtype
double realtype
Definition
common.h:47
gotm
meanflow
buoyancy.h
Generated by
1.9.8