Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
production.h
Go to the documentation of this file.
1
/** @file production.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/turbulence/production.F90
5
6
extern
void
production_
(
7
integer
*
nlev
,
8
realtype
*
nn
,
9
realtype
*
ss
,
10
realtype
*
xp
11
);
12
static
inline
void
turbulence_production
(
13
integer
*
nlev
,
14
realtype
*
nn
,
15
realtype
*
ss
,
16
realtype
*
xp
) {
17
production_
(
nlev
,
nn
,
ss
,
xp
);
18
}
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
production_
void production_(integer *nlev, realtype *nn, realtype *ss, realtype *xp)
turbulence_production
static void turbulence_production(integer *nlev, realtype *nn, realtype *ss, realtype *xp)
Definition
production.h:12
gotm
turbulence
production.h
Generated by
1.9.8