LifeV
cavity_ns.cpp File Reference
+ Include dependency graph for cavity_ns.cpp:

Go to the source code of this file.

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 
typedef OseenSolver< mesh_Typefluid_Type
 
typedef fluid_Type::vector_Type vector_Type
 
typedef std::shared_ptr< vector_TypevectorPtr_Type
 
typedef FESpace< mesh_Type, MapEpetrafeSpace_Type
 
typedef std::shared_ptr< feSpace_TypefeSpacePtr_Type
 

Functions

Real lidBC (const Real &, const Real &, const Real &, const Real &, const ID &i)
 
Real fZero (const Real &, const Real &, const Real &, const Real &, const ID &)
 
int main (int argc, char **argv)
 

Variables

const int BACK = 1
 
const int FRONT = 2
 
const int LEFT = 3
 
const int RIGHT = 4
 
const int BOTTOM = 5
 
const int TOP = 6
 

Typedef Documentation

◆ mesh_Type

Definition at line 57 of file cavity_ns.cpp.

◆ fluid_Type

Definition at line 58 of file cavity_ns.cpp.

◆ vector_Type

Definition at line 59 of file cavity_ns.cpp.

◆ vectorPtr_Type

typedef std::shared_ptr<vector_Type> vectorPtr_Type

Definition at line 60 of file cavity_ns.cpp.

◆ feSpace_Type

Definition at line 61 of file cavity_ns.cpp.

◆ feSpacePtr_Type

typedef std::shared_ptr<feSpace_Type> feSpacePtr_Type

Definition at line 62 of file cavity_ns.cpp.

Function Documentation

◆ lidBC()

Real lidBC ( const Real ,
const Real ,
const Real ,
const Real ,
const ID i 
)

Definition at line 75 of file cavity_ns.cpp.

◆ fZero()

Real fZero ( const Real ,
const Real ,
const Real ,
const Real ,
const ID  
)

Definition at line 86 of file cavity_ns.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 96 of file cavity_ns.cpp.

Variable Documentation

◆ BACK

const int BACK = 1

Definition at line 68 of file cavity_ns.cpp.

◆ FRONT

const int FRONT = 2

Definition at line 69 of file cavity_ns.cpp.

◆ LEFT

const int LEFT = 3

Definition at line 70 of file cavity_ns.cpp.

◆ RIGHT

const int RIGHT = 4

Definition at line 71 of file cavity_ns.cpp.

◆ BOTTOM

const int BOTTOM = 5

Definition at line 72 of file cavity_ns.cpp.

◆ TOP

const int TOP = 6

Definition at line 73 of file cavity_ns.cpp.