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