22 "relperm_UO",
"Name of user object that defines the relative permeability.");
23 params.
addClassDescription(
"auxillary variable which is d^2(relative permeability)/dSeff^2");
29 _seff_var(coupledValue(
"seff_var")),
virtual Real d2relperm(Real seff) const =0
second derivative of relative permeability wrt effective saturation This must be over-ridden in your ...
const RichardsRelPerm & _relperm_UO
userobject that defines relative permeability function
Base class for Richards relative permeability classes that provide relative permeability as a functio...
const VariableValue & _seff_var
effective saturation
static InputParameters validParams()
Relative Permeability as a function of effective saturation.
virtual Real computeValue()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
RichardsRelPermPrimePrimeAux(const InputParameters ¶meters)
static InputParameters validParams()
registerMooseObject("RichardsApp", RichardsRelPermPrimePrimeAux)