Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
friction.h
Go to the documentation of this file.
1/** @file friction.h
2 */
3// Generated automatically by gotm.awk from
4// /home/popinet/local/src/code-5.2.1//src/meanflow/friction.F90
5
6extern void friction_ (
9 realtype * tx,
10 realtype * ty
11);
12static inline void meanflow_friction (
15 realtype * tx,
16 realtype * ty) {
17 friction_ (kappa, avmolu, tx, ty);
18}
int x
Definition common.h:76
static void meanflow_friction(realtype *kappa, realtype *avmolu, realtype *tx, realtype *ty)
Definition friction.h:12
void friction_(realtype *kappa, realtype *avmolu, realtype *tx, realtype *ty)
double realtype
Definition common.h:47
#define kappa(f)
Definition thermal.h:85