From eafed399e5f2c191d370553af3a0556d2f29b5a7 Mon Sep 17 00:00:00 2001
From: Sina Ackermann <sina.ackermann@iws.uni-stuttgart.de>
Date: Fri, 2 Jun 2017 13:04:52 +0200
Subject: [PATCH] [staggeredGrid][nonisothermal] Remove superfluous tag
 'EnableEnergyBalanceStokes'

---
 dumux/freeflow/staggered/fluxvariables.hh    | 1 -
 dumux/freeflow/staggered/localresidual.hh    | 1 -
 dumux/freeflow/staggered/propertydefaults.hh | 3 ---
 dumux/implicit/properties.hh                 | 1 -
 4 files changed, 6 deletions(-)

diff --git a/dumux/freeflow/staggered/fluxvariables.hh b/dumux/freeflow/staggered/fluxvariables.hh
index a344047526..30d48291e5 100644
--- a/dumux/freeflow/staggered/fluxvariables.hh
+++ b/dumux/freeflow/staggered/fluxvariables.hh
@@ -33,7 +33,6 @@ namespace Properties
 {
 // forward declaration
 NEW_PROP_TAG(EnableComponentTransport);
-NEW_PROP_TAG(EnableEnergyBalanceStokes);
 NEW_PROP_TAG(EnableInertiaTerms);
 }
 
diff --git a/dumux/freeflow/staggered/localresidual.hh b/dumux/freeflow/staggered/localresidual.hh
index 54a5030441..25d58b08d9 100644
--- a/dumux/freeflow/staggered/localresidual.hh
+++ b/dumux/freeflow/staggered/localresidual.hh
@@ -37,7 +37,6 @@ namespace Properties
 {
 // forward declaration
 NEW_PROP_TAG(EnableComponentTransport);
-NEW_PROP_TAG(EnableEnergyBalanceStokes);
 NEW_PROP_TAG(EnableInertiaTerms);
 NEW_PROP_TAG(ReplaceCompEqIdx);
 }
diff --git a/dumux/freeflow/staggered/propertydefaults.hh b/dumux/freeflow/staggered/propertydefaults.hh
index df8c3069f2..8259358bf9 100644
--- a/dumux/freeflow/staggered/propertydefaults.hh
+++ b/dumux/freeflow/staggered/propertydefaults.hh
@@ -119,9 +119,6 @@ SET_BOOL_PROP(NavierStokes, EnableAdvection, true);
 //! The one-phase model has no molecular diffusion
 SET_BOOL_PROP(NavierStokes, EnableMolecularDiffusion, false);
 
-//! Isothermal model by default
-SET_BOOL_PROP(NavierStokes, EnableEnergyBalanceStokes, false);
-
 //! The indices required by the isothermal single-phase model
 SET_TYPE_PROP(NavierStokes, Indices, NavierStokesCommonIndices<TypeTag>);
 
diff --git a/dumux/implicit/properties.hh b/dumux/implicit/properties.hh
index ea9682eb0b..af294c6031 100644
--- a/dumux/implicit/properties.hh
+++ b/dumux/implicit/properties.hh
@@ -97,7 +97,6 @@ NEW_PROP_TAG(MolecularDiffusionType); //! The type for the calculation of the mo
 NEW_PROP_TAG(SolutionDependentMolecularDiffusion); //!< specifies if the parameters for the diffusive fluxes depend on the solution
 NEW_PROP_TAG(EnableEnergyBalance); //! Specifies if the model solves an energy equation
 NEW_PROP_TAG(HeatConductionType); //! The type for the calculation of the heat conduction fluxes
-NEW_PROP_TAG(EnableEnergyBalanceStokes); //! Specifies if the model solves an energy equation
 NEW_PROP_TAG(SolutionDependentHeatConduction); //!< specifies if the parameters for the heat conduction fluxes depend on the solution
 
 // specify if we evaluate the permeability in the volume (for discontinuous fields)
-- 
GitLab