31 #ifndef _RESISTANCEFSI_HPP 32 #define _RESISTANCEFSI_HPP 35 #pragma GCC diagnostic ignored "-Wunused-variable" 36 #pragma GCC diagnostic ignored "-Wunused-parameter" 39 #pragma GCC diagnostic warning "-Wunused-variable" 40 #pragma GCC diagnostic warning "-Wunused-parameter" 42 #include <lifev/core/LifeV.hpp> 43 #include <lifev/navier_stokes/solver/OseenSolverShapeDerivative.hpp> 44 #include <lifev/core/mesh/RegionMesh.hpp> 45 #include <lifev/core/array/VectorEpetra.hpp> 46 #include <lifev/core/fem/FESpace.hpp> 47 #include <lifev/fsi/solver/FSIOperator.hpp> 65 void initParameters (
const int outflowFlag,
const Real resistance,
const Real hydrostatic,
const std::string name );
VectorEpetra - The Epetra Vector format Wrapper.
static Real outPressure6(const Real &, const Real &, const Real &, const Real &, const ID &)
void assignFunction(bcBase_Type &base)
Assign the function to the base of the BCHandler.
Real computeResistance(const Real time)
static Real outPressure3(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure1(const Real &, const Real &, const Real &, const Real &, const ID &)
void setQuantities(FSIOperator &_oper, const Real resistance)
static Real outPressure0(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure2(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)
static std::vector< Real > outputVector
double Real
Generic real data.
BCVector bcVectorResistance
static Real outPressure4(const Real &, const Real &, const Real &, const Real &, const ID &)
static Real outPressure5(const Real &, const Real &, const Real &, const Real &, const ID &)
boost::shared_ptr< VectorEpetra > fluidVector
void renewParameters(OseenSolverShapeDerivative< RegionMesh< LinearTetra > > &solver, const VectorEpetra &solution, const Real time)
Real fZero(const Real &, const Real &, const Real &, const Real &, const ID &)
uint32_type UInt
generic unsigned integer (used mainly for addressing)