Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
dissipationeq.h
Go to the documentation of this file.
1/** @file dissipationeq.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/turbulence/dissipationeq.F90
5
6extern void dissipationeq_ (
8 realtype * dt,
11 realtype * z0s,
12 realtype * z0b,
13 realtype * h,
14 realtype * nn,
15 realtype * ss
16);
17static inline void turbulence_dissipationeq (
18 integer * nlev,
19 realtype * dt,
22 realtype * z0s,
23 realtype * z0b,
24 realtype * h,
25 realtype * nn,
26 realtype * ss) {
28}
scalar h[]
Definition atmosphere.h:6
int x
Definition common.h:76
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
static void turbulence_dissipationeq(integer *nlev, realtype *dt, realtype *u_taus, realtype *u_taub, realtype *z0s, realtype *z0b, realtype *h, realtype *nn, realtype *ss)
void dissipationeq_(integer *nlev, realtype *dt, realtype *u_taus, realtype *u_taub, realtype *z0s, realtype *z0b, realtype *h, realtype *nn, realtype *ss)
double dt
double realtype
Definition common.h:47