MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
navier_turbchan.cpp File Reference

Go to the source code of this file.

Functions

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

Variables

struct s_NavierContext ctx
 

Function Documentation

◆ accel()

void accel ( const Vector & x,
real_t 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()

real_t mesh_stretching_func ( const real_t y)

Definition at line 34 of file navier_turbchan.cpp.

◆ vel_ic_reichardt()

void vel_ic_reichardt ( const Vector & coords,
real_t t,
Vector & u )

Definition at line 49 of file navier_turbchan.cpp.

◆ vel_wall()

void vel_wall ( const Vector & x,
real_t t,
Vector & u )

Definition at line 83 of file navier_turbchan.cpp.

Variable Documentation

◆ ctx

struct s_NavierContext ctx