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
6extern void production_ (
8 realtype * nn,
9 realtype * ss,
10 realtype * xp
11);
12static inline void turbulence_production (
13 integer * nlev,
14 realtype * nn,
15 realtype * ss,
16 realtype * xp) {
17 production_ (nlev, nn, ss, xp);
18}
int x
Definition common.h:76
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47
void production_(integer *nlev, realtype *nn, realtype *ss, realtype *xp)
static void turbulence_production(integer *nlev, realtype *nn, realtype *ss, realtype *xp)
Definition production.h:12