Real d2density(Real p) const
second derivative of fluid density wrt porepressure
Real density(Real p) const
fluid density as a function of porepressure
InputParameters validParams< RichardsDensityVDW >()
RichardsDensityVDW(const InputParameters ¶meters)
Real _infinity_ratio
density at P=-infinity is _infinity_ratio*_molar_mass
Real densityVDW(Real p) const
Density according to the van der Waals expression This is modified to yield density(p) as noted above...
Real _molar_mass
molar mass of gas
Real ddensity(Real p) const
derivative of fluid density wrt porepressure
Base class for fluid density as a function of porepressure The functions density, ddensity and d2dens...
Real _vdw0
density at P=0 according to the van der Waals expression
Real _rt
R*T (gas constant * temperature)
Real _slope0
(1/_molar_mass)*d(density)/dP at P=0
Density of a gas according to the van der Waals expression (P + n^2 a/V^2)(V - nb) = nRT How density ...