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
6
extern
void
friction_
(
7
realtype
*
kappa
,
8
realtype
*
avmolu
,
9
realtype
* tx,
10
realtype
* ty
11
);
12
static
inline
void
meanflow_friction
(
13
realtype
*
kappa
,
14
realtype
*
avmolu
,
15
realtype
* tx,
16
realtype
* ty) {
17
friction_
(
kappa
,
avmolu
, tx, ty);
18
}
x
int x
Definition
common.h:76
meanflow_friction
static void meanflow_friction(realtype *kappa, realtype *avmolu, realtype *tx, realtype *ty)
Definition
friction.h:12
friction_
void friction_(realtype *kappa, realtype *avmolu, realtype *tx, realtype *ty)
realtype
double realtype
Definition
common.h:47
kappa
#define kappa(f)
Definition
thermal.h:85
gotm
meanflow
friction.h
Generated by
1.9.8