Go to the documentation of this file.
45 Real
seff(std::vector<const VariableValue *> p,
unsigned int qp)
const;
55 dseff(std::vector<const VariableValue *> p,
unsigned int qp, std::vector<Real> & result)
const;
64 void d2seff(std::vector<const VariableValue *> p,
66 std::vector<std::vector<Real>> & result)
const;
void d2seff(std::vector< const VariableValue * > p, unsigned int qp, std::vector< std::vector< Real >> &result) const
second derivative of effective saturation as a function of porepressure
Real _p_cut
cutoff in pressure below which use a linear relationship instead of van-Genuchten expression....
InputParameters validParams< RichardsSeff1VGcut >()
RichardsSeff1VGcut(const InputParameters ¶meters)
Effective saturation as a function of porepressure using the van Genuchten formula.
Real _ds_cut
derivative of effective saturation wrt p at p=_p_cut
void dseff(std::vector< const VariableValue * > p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
Real _s_cut
effective saturation at p=_p_cut
Real _al
van Genuchten alpha parameter
Real _m
van Genuchten m parameter
Real seff(std::vector< const VariableValue * > p, unsigned int qp) const
effective saturation as a function of porepressure
void initialSetup()
just prints some (maybe) useful info to the console
Effective saturation as a function of porepressure using the van Genuchten formula,...