Go to the documentation of this file.
39 Real
seff(std::vector<const VariableValue *> p,
unsigned int qp)
const;
49 dseff(std::vector<const VariableValue *> p,
unsigned int qp, std::vector<Real> & result)
const;
58 void d2seff(std::vector<const VariableValue *> p,
60 std::vector<std::vector<Real>> & result)
const;
Real _m
van Genuchten m parameter
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 seff(std::vector< const VariableValue * > p, unsigned int qp) const
water effective saturation
void dseff(std::vector< const VariableValue * > p, unsigned int qp, std::vector< Real > &result) const
derivative of effective saturation as a function of porepressure
Shifted van-Genuchten water effective saturation as a function of (Pwater, Pgas), and its derivs wrt ...
Base class for effective saturation as a function of porepressure(s) The functions seff,...
RichardsSeff2waterVGshifted(const InputParameters ¶meters)
Real _al
van Genuchten alpha parameter
InputParameters validParams< RichardsSeff2waterVGshifted >()