MFEM  v4.6.0
Finite element discretization library
Functions | Variables
navier_turbchan.cpp File Reference

Go to the source code of this file.

Functions

double mesh_stretching_func (const double y)
 
void accel (const Vector &x, double t, Vector &f)
 
void vel_ic_reichardt (const Vector &coords, double t, Vector &u)
 
void vel_wall (const Vector &x, double t, Vector &u)
 
int main (int argc, char *argv[])
 

Variables

struct s_NavierContext ctx
 

Function Documentation

◆ accel()

void accel ( const Vector x,
double  t,
Vector f 
)

Definition at line 42 of file navier_turbchan.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 90 of file navier_turbchan.cpp.

◆ mesh_stretching_func()

double mesh_stretching_func ( const double  y)

Definition at line 34 of file navier_turbchan.cpp.

◆ vel_ic_reichardt()

void vel_ic_reichardt ( const Vector coords,
double  t,
Vector u 
)

Definition at line 49 of file navier_turbchan.cpp.

◆ vel_wall()

void vel_wall ( const Vector x,
double  t,
Vector u 
)

Definition at line 83 of file navier_turbchan.cpp.

Variable Documentation

◆ ctx

struct s_NavierContext ctx