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

Go to the source code of this file.

Data Structures

struct  Cylinder::Private
 

Typedefs

typedef RegionMesh< LinearTetramesh_Type
 

Functions

Real zero_scalar (const Real &, const Real &, const Real &, const Real &, const ID &)
 
Real u2 (const Real &t, const Real &, const Real &, const Real &, const ID &i)
 
void postProcessFluxesPressures (OseenSolver< mesh_Type > &nssolver, BCHandler &bcHandler, const LifeV::Real &t, bool _verbose)
 

Variables

const int INLET = 2
 
const int WALL = 1
 
const int OUTLET = 3
 
const int RINGIN = 20
 
const int RINGOUT = 30
 

Detailed Description

Author
Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@ep.nosp@m.fl.c.nosp@m.h
Date
2005-04-19

Definition in file cylinder.cpp.

Typedef Documentation

◆ mesh_Type

Definition at line 63 of file cylinder.cpp.

Function Documentation

◆ zero_scalar()

Real zero_scalar ( const Real ,
const Real ,
const Real ,
const Real ,
const ID  
)

Definition at line 72 of file cylinder.cpp.

◆ u2()

Real u2 ( const Real t,
const Real ,
const Real ,
const Real ,
const ID i 
)

Definition at line 81 of file cylinder.cpp.

◆ postProcessFluxesPressures()

void postProcessFluxesPressures ( OseenSolver< mesh_Type > &  nssolver,
BCHandler bcHandler,
const LifeV::Real t,
bool  _verbose 
)

Definition at line 107 of file cylinder.cpp.

Variable Documentation

◆ INLET

const int INLET = 2

Definition at line 65 of file cylinder.cpp.

◆ WALL

const int WALL = 1

Definition at line 66 of file cylinder.cpp.

◆ OUTLET

const int OUTLET = 3

Definition at line 67 of file cylinder.cpp.

◆ RINGIN

const int RINGIN = 20

Definition at line 68 of file cylinder.cpp.

◆ RINGOUT

const int RINGOUT = 30

Definition at line 69 of file cylinder.cpp.