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
6
extern
void
ispralength_
(
7
integer
*
nlev
,
8
realtype
*
nn
,
9
realtype
*
h
,
10
realtype
*
depth
11
);
12
static
inline
void
turbulence_ispralength
(
13
integer
*
nlev
,
14
realtype
*
nn
,
15
realtype
*
h
,
16
realtype
*
depth
) {
17
ispralength_
(
nlev
,
nn
,
h
,
depth
);
18
}
h
scalar h[]
Definition
atmosphere.h:6
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
depth
#define depth()
Definition
cartesian.h:14
turbulence_ispralength
static void turbulence_ispralength(integer *nlev, realtype *nn, realtype *h, realtype *depth)
Definition
ispralength.h:12
ispralength_
void ispralength_(integer *nlev, realtype *nn, realtype *h, realtype *depth)
gotm
turbulence
ispralength.h
Generated by
1.9.8