LifeV
cavity.old.cpp File Reference
#include <life/lifecore/LifeV.hpp>
#include <life/lifecore/LifeChrono.hpp>
#include <life/lifesolver/OseenSolver.hpp>
#include <life/lifemesh/MeshData.hpp>
#include <life/lifesolver/OseenData.hpp>
#include <life/lifearray/MapEpetra.hpp>
#include <life/lifefem/FESpace.hpp>
#include <life/lifefem/TimeAdvanceBDFNavierStokes.hpp>
#include <life/lifemesh/MeshPartitioner.hpp>
#include <life/lifefilters/ExporterEnsight.hpp>
#include <life/lifefilters/ExporterHDF5.hpp>
#include <life/lifefilters/ExporterEmpty.hpp>
#include "Epetra_config.h"
#include "Epetra_MpiComm.h"
+ Include dependency graph for cavity.old.cpp:

Go to the source code of this file.

Typedefs

typedef LifeV::RegionMesh< LifeV::LinearTetramesh_type
 
typedef LifeV::OseenSolver< mesh_typefluid_type
 
typedef fluid_type::vector_type vector_type
 
typedef std::shared_ptr< vector_typevector_ptrtype
 

Functions

LifeV::Real lidBC (const LifeV::Real &t, const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::ID &i)
 
LifeV::Real fZero (const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::Real &, const LifeV::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 49 of file cavity.old.cpp.

◆ fluid_type

Definition at line 50 of file cavity.old.cpp.

◆ vector_type

typedef fluid_type::vector_type vector_type

Definition at line 51 of file cavity.old.cpp.

◆ vector_ptrtype

typedef std::shared_ptr<vector_type> vector_ptrtype

Definition at line 52 of file cavity.old.cpp.

Function Documentation

◆ lidBC()

LifeV::Real lidBC ( const LifeV::Real t,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::ID i 
)

Definition at line 64 of file cavity.old.cpp.

◆ fZero()

LifeV::Real fZero ( const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::Real ,
const LifeV::ID  
)

Definition at line 75 of file cavity.old.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 84 of file cavity.old.cpp.

Variable Documentation

◆ BACK

const int BACK = 1

Definition at line 57 of file cavity.old.cpp.

◆ FRONT

const int FRONT = 2

Definition at line 58 of file cavity.old.cpp.

◆ LEFT

const int LEFT = 3

Definition at line 59 of file cavity.old.cpp.

◆ RIGHT

const int RIGHT = 4

Definition at line 60 of file cavity.old.cpp.

◆ BOTTOM

const int BOTTOM = 5

Definition at line 61 of file cavity.old.cpp.

◆ TOP

const int TOP = 6

Definition at line 62 of file cavity.old.cpp.