Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
const_NNT.h
Go to the documentation of this file.
1/** @file const_NNT.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/observations/const_NNT.F90
5
6extern void const_nnt_ (
8 realtype * z,
11 realtype * nn,
14 realtype * t
15);
16static inline void observations_const_nnt (
17 integer * nlev,
18 realtype * z,
21 realtype * nn,
24 realtype * t) {
26}
int x
Definition common.h:76
int z
Definition common.h:76
static void observations_const_nnt(integer *nlev, realtype *z, realtype *t_top, realtype *s_const, realtype *nn, realtype *gravity, realtype *rho_0, realtype *t)
Definition const_NNT.h:16
void const_nnt_(integer *nlev, realtype *z, realtype *t_top, realtype *s_const, realtype *nn, realtype *gravity, realtype *rho_0, realtype *t)
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
double t
Definition events.h:24
double realtype
Definition common.h:47