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