LifeV
|
Public Types | |
typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > | fct_type |
Data Fields | |
std::string | data_file_name |
Real | Re |
Real | nu |
viscosity (in m^2/s) More... | |
Real | H |
height and width of the domain (in m) More... | |
Real | D |
diameter of the cylinder (in m) More... | |
Real | density |
Real | R |
Real | rhos |
Real | Hs |
Real | ni |
Real | E |
UInt | transpirationOrder |
std::string | stabilization |
std::string | initial_sol |
Real | numLM |
bool | useFlowRate |
std::shared_ptr< Epetra_Comm > | comm |
Definition at line 82 of file ETRobinMembraneSolver.cpp.
typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_type |
Definition at line 84 of file ETRobinMembraneSolver.cpp.
std::string data_file_name |
Definition at line 86 of file ETRobinMembraneSolver.cpp.
Real Re |
Definition at line 89 of file ETRobinMembraneSolver.cpp.
Real nu |
viscosity (in m^2/s)
Definition at line 90 of file ETRobinMembraneSolver.cpp.
Real H |
height and width of the domain (in m)
Definition at line 91 of file ETRobinMembraneSolver.cpp.
Real D |
diameter of the cylinder (in m)
Definition at line 92 of file ETRobinMembraneSolver.cpp.
Real density |
Definition at line 93 of file ETRobinMembraneSolver.cpp.
Real R |
Definition at line 94 of file ETRobinMembraneSolver.cpp.
Real rhos |
Definition at line 98 of file ETRobinMembraneSolver.cpp.
Real Hs |
Definition at line 99 of file ETRobinMembraneSolver.cpp.
Real ni |
Definition at line 100 of file ETRobinMembraneSolver.cpp.
Real E |
Definition at line 101 of file ETRobinMembraneSolver.cpp.
UInt transpirationOrder |
Definition at line 104 of file ETRobinMembraneSolver.cpp.
std::string stabilization |
Definition at line 105 of file ETRobinMembraneSolver.cpp.
std::string initial_sol |
Definition at line 106 of file ETRobinMembraneSolver.cpp.
Real numLM |
Definition at line 107 of file ETRobinMembraneSolver.cpp.
bool useFlowRate |
Definition at line 108 of file ETRobinMembraneSolver.cpp.
std::shared_ptr<Epetra_Comm> comm |
Definition at line 110 of file ETRobinMembraneSolver.cpp.