|
Flow123d
release_2.2.0-23-g01927c6
|
#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 36 of file soil_models.hh.
| double SoilData::alpha |
Definition at line 38 of file soil_models.hh.
| double SoilData::cut_fraction |
Definition at line 41 of file soil_models.hh.
| double SoilData::Ks |
Definition at line 42 of file soil_models.hh.
| double SoilData::n |
Definition at line 37 of file soil_models.hh.
| double SoilData::Qr |
Definition at line 39 of file soil_models.hh.
| double SoilData::Qs |
Definition at line 40 of file soil_models.hh.
1.8.11