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