Flow123d  master-f44eb46
Public Attributes | List of all members
SoilData Struct Reference

#include <soil_models.hh>

Public Attributes

double n
 
double alpha
 
double Qr
 
double Qs
 
double cut_fraction
 
double Ks
 

Detailed Description

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.

Member Data Documentation

◆ alpha

double SoilData::alpha

Definition at line 41 of file soil_models.hh.

◆ cut_fraction

double SoilData::cut_fraction

Definition at line 44 of file soil_models.hh.

◆ Ks

double SoilData::Ks

Definition at line 45 of file soil_models.hh.

◆ n

double SoilData::n

Definition at line 40 of file soil_models.hh.

◆ Qr

double SoilData::Qr

Definition at line 42 of file soil_models.hh.

◆ Qs

double SoilData::Qs

Definition at line 43 of file soil_models.hh.


The documentation for this struct was generated from the following file: