Real _dens0
density = _dens0*exp(p/_bulk)
Real density(Real p) const
fluid density as a function of porepressure
Real d2density(Real p) const
second derivative of fluid density wrt porepressure
Real _bulk
density = _dens0*exp(p/_bulk)
Fluid density assuming constant bulk modulus.
static InputParameters validParams()
RichardsDensityConstBulk(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Real ddensity(Real p) const
derivative of fluid density wrt porepressure
const InputParameters & parameters() const
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...