From bbce5178727a347611c86ef8a2e41d88b1808bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 16 Mar 2018 17:32:26 +0100 Subject: [PATCH] [props] remove obsolete property tags --- dumux/common/properties.hh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh index 3f47a55f48..7a762637f8 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); -- GitLab