31 #ifndef __FLOWCONDITION_H 32 #define __FLOWCONDITION_H 1
35 #pragma GCC diagnostic ignored "-Wunused-variable" 36 #pragma GCC diagnostic ignored "-Wunused-parameter" 38 #include <Epetra_SerialDenseVector.h> 41 #pragma GCC diagnostic warning "-Wunused-variable" 42 #pragma GCC diagnostic warning "-Wunused-parameter" 44 #include <lifev/core/LifeV.hpp> 45 #include <lifev/navier_stokes/solver/OseenSolver.hpp> 46 #include <lifev/core/mesh/RegionMesh.hpp> 47 #include <lifev/core/array/VectorEpetra.hpp> 65 void initParameters (
const int outflowFlag,
const Real resistance,
const Real hydrostatic,
const std::string name );
114 UInt conditionNumber;
116 static std::vector<Real> outputVector;
VectorEpetra - The Epetra Vector format Wrapper.
static Real outPressure1(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure5(const Real &, const Real &, const Real &, const Real &, const ID &)
void updateInverseJacobian(const UInt &iQuadPt)
void renewParameters(OseenSolver< RegionMesh< LinearTetra > > &solver, const VectorEpetra &solution)
static Real outPressure4(const Real &, const Real &, const Real &, const Real &, const ID &)
void initParameters(const int outflowFlag, const Real resistance, const Real hydrostatic, const std::string name)
Real fZero(const Real &, const Real &, const Real &, const Real &, const ID &)
double Real
Generic real data.
static Real outPressure6(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure3(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure2(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure0(const Real &, const Real &, const Real &, const Real &, const ID &)
uint32_type UInt
generic unsigned integer (used mainly for addressing)