Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
potentialml.h
Go to the documentation of this file.
1
/** @file potentialml.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/turbulence/potentialml.F90
5
6
extern
void
potentialml_
(
7
integer
*
nlev
,
8
realtype
*
z0b
,
9
realtype
*
z0s
,
10
realtype
*
h
,
11
realtype
*
depth
,
12
realtype
*
nn
13
);
14
static
inline
void
turbulence_potentialml
(
15
integer
*
nlev
,
16
realtype
*
z0b
,
17
realtype
*
z0s
,
18
realtype
*
h
,
19
realtype
*
depth
,
20
realtype
*
nn
) {
21
potentialml_
(
nlev
,
z0b
,
z0s
,
h
,
depth
,
nn
);
22
}
h
scalar h[]
Definition
atmosphere.h:6
x
int x
Definition
common.h:76
nn
double nn
Definition
curvature.h:102
integer
int integer
Definition
cvmix.h:105
realtype
double realtype
Definition
common.h:47
depth
#define depth()
Definition
cartesian.h:14
turbulence_potentialml
static void turbulence_potentialml(integer *nlev, realtype *z0b, realtype *z0s, realtype *h, realtype *depth, realtype *nn)
Definition
potentialml.h:14
potentialml_
void potentialml_(integer *nlev, realtype *z0b, realtype *z0s, realtype *h, realtype *depth, realtype *nn)
gotm
turbulence
potentialml.h
Generated by
1.9.8