diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh index 3f47a55f4808e1a51b46955fce1f1ca0fb02a3a2..7a762637f8f145e5772fa9110b31b3d991d970c0 100644 --- a/dumux/common/properties.hh +++ b/dumux/common/properties.hh @@ -123,22 +123,6 @@ NEW_PROP_TAG(Formulation); //!< The formulation of the m NEW_PROP_TAG(UseConstraintSolver); //!< Whether to use a contraint solver for computing the secondary variables NEW_PROP_TAG(UseKelvinEquation); //!< If we use Kelvin equation to lower the vapor pressure as a function of capillary pressure, temperature -//////////////////////////////////////////////////////////////////////////////// -// Properties used by models involving mineralization: -//////////////////////////////////////////////////////////////////////////////// -NEW_PROP_TAG(NonMineralizationModelTraits); -NEW_PROP_TAG(NonMineralizationVtkOutputFields); -NEW_PROP_TAG(NonMineralizationVolumeVariables); - -///////////////////////////////////////////////////////////// -// non-isothermal porous medium flow models -///////////////////////////////////////////////////////////// -NEW_PROP_TAG(IsothermalVtkOutputFields); -NEW_PROP_TAG(IsothermalVolumeVariables); -NEW_PROP_TAG(IsothermalLocalResidual); -NEW_PROP_TAG(IsothermalIndices); -NEW_PROP_TAG(IsothermalModelTraits); - // specify if we evaluate the permeability in the volume (for discontinuous fields) // or at the scvf center for analytical permeability fields (e.g. convergence studies) NEW_PROP_TAG(EvaluatePermeabilityAtScvfIP);