Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
convert_fluxes.h
Go to the documentation of this file.
1/** @file convert_fluxes.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/util/convert_fluxes.F90
5
6extern void convert_fluxes_ (
8 realtype * g,
9 realtype * cp,
11 realtype * heat,
12 realtype * p_e,
13 realtype * rad,
14 realtype * t,
15 realtype * s,
20 realtype * trad,
22);
23static inline void util_convert_fluxes (
24 integer * nlev,
25 realtype * g,
26 realtype * cp,
28 realtype * heat,
29 realtype * p_e,
30 realtype * rad,
31 realtype * t,
32 realtype * s,
37 realtype * trad,
38 realtype * brad) {
40}
vector g[]
We store the combined pressure gradient and acceleration field in g*.
Definition all-mach.h:65
int x
Definition common.h:76
static void util_convert_fluxes(integer *nlev, realtype *g, realtype *cp, realtype *rho_0, realtype *heat, realtype *p_e, realtype *rad, realtype *t, realtype *s, realtype *tflux, realtype *sflux, realtype *btflux, realtype *bsflux, realtype *trad, realtype *brad)
void convert_fluxes_(integer *nlev, realtype *g, realtype *cp, realtype *rho_0, realtype *heat, realtype *p_e, realtype *rad, realtype *t, realtype *s, realtype *tflux, realtype *sflux, realtype *btflux, realtype *bsflux, realtype *trad, realtype *brad)
int integer
Definition cvmix.h:105
scalar s
Definition embed-tree.h:56
double t
Definition events.h:24
double realtype
Definition common.h:47