* \brief Corrected material properties of pure Calcium-Oxide \f$CaO\f$ withouf considering a porosity
* change in the reaction of Calciumoxyde and Calciumhydroxyde.
*/
#ifndef DUMUX_CAO_TEST_HH
#define DUMUX_CAO_TEST_HH
#include <dumux/material/components/CaO.hh>
namespaceDumux
{
/*!
* \ingroup Components
* \brief A class for the CaOtest properties
*
* This class uses a different CaO density. It is to be used for calculating the chemical
* reaction of CaO to Ca(OH)2 without considering the porosity change according to See Shao et
* al. (2013).
*/
template<classScalar>
classCaOTest:publicCaO<Scalar>
{
public:
/*!
* \brief The corrected mass density \f$\mathrm{[kg/m^3]}\f$ of CaO.
*/
staticScalardensity()
{
return1656;
// This density is to be used for calculating the chemical reaction of CaO to Ca(OH)2 without considering the solid volume change. See Shao et al. (2013)