9#ifndef LDNDC_SCIENTIFIC_VANGENUCHTEN_H_
10#define LDNDC_SCIENTIFIC_VANGENUCHTEN_H_
12#include "crabmeat-common.h"
14namespace ldndc {
namespace hydrology
35 hydraulic_conductivity(
43 class CBM_API VanGenuchten
71 hydraulic_conductivity(
75 specific_moisture_storage(
78 inline double vg_alpha()
const {
return this->m_vg_alpha;}
79 inline double vg_n()
const {
return this->m_vg_n;}
80 inline double vg_m()
const {
return this->m_vg_m;}
82 inline double theta_r()
const {
return this->m_theta_r;}
83 inline double theta_s()
const {
return this->m_theta_s;}
96 volumetric_moisture_content(
100 effective_saturation(
Spatially explicit groundwater model.
Definition airchemistryput.h:15