Skip to content
Snippets Groups Projects
Commit f67d8ee2 authored by Simon Emmert's avatar Simon Emmert
Browse files

[min] introduce new properties for Mineralization / declare NonMineralization

parent d3be24fd
No related branches found
No related tags found
2 merge requests!652Feature/new mineralization structure,!617[WIP] Next
...@@ -68,7 +68,6 @@ NEW_PROP_TAG(LocalResidual); ...@@ -68,7 +68,6 @@ NEW_PROP_TAG(LocalResidual);
//! TODO: Remove this property as soon as the decoupled models are integrated //! TODO: Remove this property as soon as the decoupled models are integrated
NEW_PROP_TAG(LinearSolver); NEW_PROP_TAG(LinearSolver);
//////////////////////////////////////////////// ////////////////////////////////////////////////
// Basic properties regarding balance equations // Basic properties regarding balance equations
///////////////////////////////////////////////// /////////////////////////////////////////////////
...@@ -77,7 +76,6 @@ NEW_PROP_TAG(UseMoles); //! Property whether to use moles or kg as ...@@ -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(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 NEW_PROP_TAG(BalanceEqOpts); //! A class that collects options for the evaluation of the balance equations
///////////////////////////////////////////// /////////////////////////////////////////////
// Properties used by finite volume schemes: // Properties used by finite volume schemes:
///////////////////////////////////////////// /////////////////////////////////////////////
...@@ -102,7 +100,6 @@ NEW_PROP_TAG(GlobalFluxVariablesCache); //! The global vector of flux ...@@ -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(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) 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: // Additional properties used by the cell-centered mpfa schemes:
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
...@@ -146,10 +143,12 @@ NEW_PROP_TAG(Formulation); //! The formulation of the mo ...@@ -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(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 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: // Properties used by models involving mineralization:
///////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
NEW_PROP_TAG(NumSPhases); NEW_PROP_TAG(NumSPhases);
NEW_PROP_TAG(NonMineralizationVtkOutputFields);
NEW_PROP_TAG(NonMineralizationVolumeVariables);
///////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////
// non-isothermal porous medium flow models // non-isothermal porous medium flow models
...@@ -164,7 +163,6 @@ NEW_PROP_TAG(IsothermalNumEq); ...@@ -164,7 +163,6 @@ NEW_PROP_TAG(IsothermalNumEq);
// or at the scvf center for analytical permeability fields (e.g. convergence studies) // or at the scvf center for analytical permeability fields (e.g. convergence studies)
NEW_PROP_TAG(EvaluatePermeabilityAtScvfIP); NEW_PROP_TAG(EvaluatePermeabilityAtScvfIP);
////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////
// Additional properties used by the 2pnc and 2pncmin models: // Additional properties used by the 2pnc and 2pncmin models:
////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment