Flow123d
master-f44eb46
|
#include <soil_models.hh>
Public Member Functions | |
Irmay () | |
template<class T > | |
T | conductivity_ (const T &h) const |
Public Member Functions inherited from internal::VanGenuchten | |
VanGenuchten () | |
void | reset_ (SoilData soil) |
template<class T > | |
T | conductivity_ (const T &h) const |
k(h)=t(h)**(0.5)* (1- ((h)**n/(1+(h)**n)) **m)**2 More... | |
template<class T > | |
T | water_content_ (const T &h) const |
Additional Inherited Members | |
Protected Member Functions inherited from internal::VanGenuchten | |
template<class T > | |
T | Q_rel (const T &h) const |
template<class T > | |
T | Q_rel_inv (const T &q) const |
Protected Attributes inherited from internal::VanGenuchten | |
SoilData | soil_param_ |
double | Bpar |
double | Ppar |
double | K_lower_limit |
double | m |
double | Qs_nc |
double | FFQr |
double | FFQs |
double | Hs |
Definition at line 144 of file soil_models.hh.
internal::Irmay::Irmay | ( | ) |
Definition at line 155 of file soil_models.cc.
T internal::Irmay::conductivity_ | ( | const T & | h | ) | const |
Definition at line 163 of file soil_models.cc.