From 58519b47f9a8db25626a4311d0222ec444a48311 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Sat, 9 Dec 2017 11:57:19 +0100 Subject: [PATCH] [navierstokes] Clean-up properties --- dumux/freeflow/navierstokes/properties.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dumux/freeflow/navierstokes/properties.hh b/dumux/freeflow/navierstokes/properties.hh index 92c7562a3e..9aff7f7a44 100644 --- a/dumux/freeflow/navierstokes/properties.hh +++ b/dumux/freeflow/navierstokes/properties.hh @@ -39,7 +39,6 @@ #include "indices.hh" #include "velocityoutput.hh" #include "vtkoutputfields.hh" -#include "boundarytypes.hh" #include <dumux/material/fluidsystems/gasphase.hh> #include <dumux/material/fluidsystems/liquidphase.hh> @@ -79,9 +78,9 @@ NEW_PROP_TAG(EnergyFluxVariables); //!< The energy flux variables /////////////////////////////////////////////////////////////////////////// // default property values for the isothermal single phase model /////////////////////////////////////////////////////////////////////////// -// SET_INT_PROP(NavierStokes, NumEqCellCenter, 1); //! set the number of equations to 1 SET_INT_PROP(NavierStokes, NumPhases, 1); //! The number of phases in the 1p model is 1 SET_INT_PROP(NavierStokes, NumComponents, 1); //! The number of components in the 1p model is 1 +SET_INT_PROP(NavierStokes, PhaseIdx, 0); //! The default phase index /*! * \brief The fluid state which is used by the volume variables to -- GitLab