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
6extern void potentialml_ (
10 realtype * h,
12 realtype * nn
13);
14static inline void turbulence_potentialml (
15 integer * nlev,
16 realtype * z0b,
17 realtype * z0s,
18 realtype * h,
20 realtype * nn) {
22}
scalar h[]
Definition atmosphere.h:6
int x
Definition common.h:76
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47
#define depth()
Definition cartesian.h:14
static void turbulence_potentialml(integer *nlev, realtype *z0b, realtype *z0s, realtype *h, realtype *depth, realtype *nn)
Definition potentialml.h:14
void potentialml_(integer *nlev, realtype *z0b, realtype *z0s, realtype *h, realtype *depth, realtype *nn)