From f67d8ee2c75655d78cdbffe89d2ab43cf83e1a02 Mon Sep 17 00:00:00 2001 From: Simon Scholz <simon.scholz@iws.uni-stuttgart.de> Date: Thu, 7 Dec 2017 15:20:13 +0100 Subject: [PATCH] [min] introduce new properties for Mineralization / declare NonMineralization --- dumux/common/properties.hh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh index ee752d7c69..e67b9a5770 100644 --- a/dumux/common/properties.hh +++ b/dumux/common/properties.hh @@ -68,7 +68,6 @@ NEW_PROP_TAG(LocalResidual); //! TODO: Remove this property as soon as the decoupled models are integrated NEW_PROP_TAG(LinearSolver); - //////////////////////////////////////////////// // Basic properties regarding balance equations ///////////////////////////////////////////////// @@ -77,7 +76,6 @@ NEW_PROP_TAG(UseMoles); //! Property whether to use moles or kg as NEW_PROP_TAG(ReplaceCompEqIdx); //! The component balance index that should be replaced by the total mass/mole balance NEW_PROP_TAG(BalanceEqOpts); //! A class that collects options for the evaluation of the balance equations - ///////////////////////////////////////////// // Properties used by finite volume schemes: ///////////////////////////////////////////// @@ -102,7 +100,6 @@ NEW_PROP_TAG(GlobalFluxVariablesCache); //! The global vector of flux NEW_PROP_TAG(EnableGlobalFluxVariablesCache); //! specifies if data on flux vars should be saved (faster, but more memory consuming) NEW_PROP_TAG(GridVariables); //! The grid variables object managing variable data on the grid (volvars/fluxvars cache) - ///////////////////////////////////////////////////////////////// // Additional properties used by the cell-centered mpfa schemes: ///////////////////////////////////////////////////////////////// @@ -146,10 +143,12 @@ NEW_PROP_TAG(Formulation); //! The formulation of the mo 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(NumSPhases); +NEW_PROP_TAG(NonMineralizationVtkOutputFields); +NEW_PROP_TAG(NonMineralizationVolumeVariables); ///////////////////////////////////////////////////////////// // non-isothermal porous medium flow models @@ -164,7 +163,6 @@ NEW_PROP_TAG(IsothermalNumEq); // or at the scvf center for analytical permeability fields (e.g. convergence studies) NEW_PROP_TAG(EvaluatePermeabilityAtScvfIP); - ////////////////////////////////////////////////////////////// // Additional properties used by the 2pnc and 2pncmin models: ////////////////////////////////////////////////////////////// -- GitLab