22 "Name of user object that defines the density.");
29 _pressure_var(coupledValue(
"pressure_var")),
RichardsDensityAux(const InputParameters ¶meters)
const RichardsDensity & _density_UO
userobject that defines density as a fcn of porepressure
virtual Real density(Real p) const =0
fluid density as a function of porepressure This must be over-ridden in derived classes to provide an...
const VariableValue & _pressure_var
porepressure
registerMooseObject("RichardsApp", RichardsDensityAux)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...
virtual Real computeValue()
Fluid density as a function of porepressure.