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
6
extern
void
alpha_mnb_
(
7
integer
*
nlev
,
8
realtype
*
nn
,
9
realtype
*
ss
10
);
11
static
inline
void
turbulence_alpha_mnb
(
12
integer
*
nlev
,
13
realtype
*
nn
,
14
realtype
*
ss
) {
15
alpha_mnb_
(
nlev
,
nn
,
ss
);
16
}
turbulence_alpha_mnb
static void turbulence_alpha_mnb(integer *nlev, realtype *nn, realtype *ss)
Definition
alpha_mnb.h:11
alpha_mnb_
void alpha_mnb_(integer *nlev, realtype *nn, realtype *ss)
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
gotm
turbulence
alpha_mnb.h
Generated by
1.9.8