Flow123d
master-f44eb46
|
#include <soil_models.hh>
Public Attributes | |
double | n |
double | alpha |
double | Qr |
double | Qs |
double | cut_fraction |
double | Ks |
One of possibly more classes specifying dependence of the relative conductivity and the relative water content on the pressure head. These functions (conductivity
and water_content
, respectively) are templates to allow evaluation of the derivatives through fadbad lib.
Definition at line 39 of file soil_models.hh.
double SoilData::alpha |
Definition at line 41 of file soil_models.hh.
double SoilData::cut_fraction |
Definition at line 44 of file soil_models.hh.
double SoilData::Ks |
Definition at line 45 of file soil_models.hh.
double SoilData::n |
Definition at line 40 of file soil_models.hh.
double SoilData::Qr |
Definition at line 42 of file soil_models.hh.
double SoilData::Qs |
Definition at line 43 of file soil_models.hh.