LifeV
|
#include <flowConditions.hpp>
Public Member Functions | |
FlowConditions () | |
void | initParameters (FSIOperator &oper, const int &outflowFlag) |
void | renewParameters (FSISolver &oper, const int &outflowFlag, const FSIOperator::vector_Type &fluidSolution) |
Real | fZero (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | inDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | outDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
FlowConditions () | |
void | initParameters (FSIOperator &oper, const int &outflowFlag) |
void | renewParameters (FSISolver &oper, const int &outflowFlag) |
Real | fZero (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | inDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | outDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
FlowConditions () | |
void | initParameters (FSIOperator &oper, const int &outflowFlag) |
void | renewParameters (FSISolver &oper, const int &outflowFlag) |
Real | fZero (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | inDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | outDeltaRadius (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
FlowConditions () | |
void | initParameters (const int outflowFlag, const Real resistance, const Real hydrostatic, const std::string name) |
void | renewParameters (OseenSolver< RegionMesh< LinearTetra > > &solver, const VectorEpetra &solution) |
Real | fZero (const Real &, const Real &, const Real &, const Real &, const ID &) |
Real | resistance () |
Real | flow () |
std::string | name () |
Real | hydrostatic () |
Real | outP () |
Static Public Member Functions | |
static Real | outPressure0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure1 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure2 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure3 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure4 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure5 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure6 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure1 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure2 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure3 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure4 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure5 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure6 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure0 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure1 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure2 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure3 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure4 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure5 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure6 (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
static Real | outPressure0 (const Real &, const Real &, const Real &, const Real &, const ID &) |
static Real | outPressure1 (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 | outPressure3 (const Real &, const Real &, const Real &, const Real &, const ID &) |
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 &) |
static Real | outPressure6 (const Real &, const Real &, const Real &, const Real &, const ID &) |
Private Attributes | |
Real | pi |
bool | bcOnFluid |
Real | M_outflux |
Real | M_influx |
Real | M_outP |
Real | M_area0 |
Real | M_inRadius0 |
Real | M_outRadius0 |
Real | M_inDeltaRadius |
Real | M_outDeltaRadius |
Real | M_beta |
Real | M_rhos |
UInt | conditionNumber |
Real | M_resistance |
Real | M_hydrostaticP |
int | M_flag |
std::string | M_name |
Static Private Attributes | |
static std::vector< Real > | outputVector |
Definition at line 54 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
FlowConditions | ( | ) |
Definition at line 44 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
FlowConditions | ( | ) |
FlowConditions | ( | ) |
FlowConditions | ( | ) |
void initParameters | ( | FSIOperator & | oper, |
const int & | outflowFlag | ||
) |
Definition at line 64 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
void renewParameters | ( | FSISolver & | oper, |
const int & | outflowFlag, | ||
const FSIOperator::vector_Type & | fluidSolution | ||
) |
Definition at line 110 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
Definition at line 199 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 204 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 209 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 214 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 218 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 223 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 229 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
|
static |
Definition at line 234 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
Definition at line 240 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
Real outDeltaRadius | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | i | ||
) |
Definition at line 261 of file fsi/examples/example_SmoothAneurysm/flowConditions.cpp.
void initParameters | ( | FSIOperator & | oper, |
const int & | outflowFlag | ||
) |
void renewParameters | ( | FSISolver & | oper, |
const int & | outflowFlag | ||
) |
Definition at line 106 of file fsi/testsuite/fsi_monolithic/flowConditions.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Real outDeltaRadius | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | i | ||
) |
void initParameters | ( | FSIOperator & | oper, |
const int & | outflowFlag | ||
) |
void renewParameters | ( | FSISolver & | oper, |
const int & | outflowFlag | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Real outDeltaRadius | ( | const Real & | t, |
const Real & | x, | ||
const Real & | y, | ||
const Real & | z, | ||
const ID & | i | ||
) |
void initParameters | ( | const int | outflowFlag, |
const Real | resistance, | ||
const Real | hydrostatic, | ||
const std::string | name | ||
) |
Definition at line 59 of file navier_stokes/examples/resistanceBCs/flowConditions.cpp.
void renewParameters | ( | OseenSolver< RegionMesh< LinearTetra > > & | solver, |
const VectorEpetra & | solution | ||
) |
Definition at line 75 of file navier_stokes/examples/resistanceBCs/flowConditions.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
Definition at line 79 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
inline |
Definition at line 84 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
inline |
Definition at line 89 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
inline |
Definition at line 94 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
inline |
Definition at line 99 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
private |
Definition at line 79 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 81 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 83 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 84 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 85 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 87 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 88 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 89 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 90 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 91 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 93 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 94 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
staticprivate |
Definition at line 95 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 96 of file fsi/examples/example_SmoothAneurysm/flowConditions.hpp.
|
private |
Definition at line 108 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
private |
Definition at line 109 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
private |
Definition at line 111 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.
|
private |
Definition at line 112 of file navier_stokes/examples/resistanceBCs/flowConditions.hpp.