Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
tkealgebraic.h
Go to the documentation of this file.
1/** @file tkealgebraic.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/turbulence/tkealgebraic.F90
5
6extern void tkealgebraic_ (
10 realtype * nn,
11 realtype * ss
12);
13static inline void turbulence_tkealgebraic (
14 integer * nlev,
17 realtype * nn,
18 realtype * ss) {
20}
int x
Definition common.h:76
double nn
Definition curvature.h:102
int integer
Definition cvmix.h:105
double realtype
Definition common.h:47
void tkealgebraic_(integer *nlev, realtype *u_taus, realtype *u_taub, realtype *nn, realtype *ss)
static void turbulence_tkealgebraic(integer *nlev, realtype *u_taus, realtype *u_taub, realtype *nn, realtype *ss)