Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
temperature.h
Go to the documentation of this file.
1/** @file temperature.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/temperature.F90
5
6extern void temperature_ (
8 realtype * dt,
10 realtype * i_0,
11 realtype * heat,
12 realtype * nuh,
13 realtype * gamh,
15);
16static inline void meanflow_temperature (
17 integer * nlev,
18 realtype * dt,
20 realtype * i_0,
21 realtype * heat,
22 realtype * nuh,
23 realtype * gamh,
24 realtype * rad) {
26}
int x
Definition common.h:76
int integer
Definition cvmix.h:105
double dt
double realtype
Definition common.h:47
static void meanflow_temperature(integer *nlev, realtype *dt, realtype *cnpar, realtype *i_0, realtype *heat, realtype *nuh, realtype *gamh, realtype *rad)
Definition temperature.h:16
void temperature_(integer *nlev, realtype *dt, realtype *cnpar, realtype *i_0, realtype *heat, realtype *nuh, realtype *gamh, realtype *rad)