Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
alpha_mnb.h
Go to the documentation of this file.
1/** @file alpha_mnb.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/turbulence/alpha_mnb.F90
5
6extern void alpha_mnb_ (
8 realtype * nn,
10);
11static inline void turbulence_alpha_mnb (
12 integer * nlev,
13 realtype * nn,
14 realtype * ss) {
15 alpha_mnb_ (nlev, nn, ss);
16}
static void turbulence_alpha_mnb(integer *nlev, realtype *nn, realtype *ss)
Definition alpha_mnb.h:11
void alpha_mnb_(integer *nlev, realtype *nn, realtype *ss)
int x
Definition common.h:76
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47