From 3f60b4e96d13af5b87acc058d8129b1b8d5c784b Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 6 Jun 2017 09:37:53 +0200 Subject: [PATCH] [staggerednc] Adapt propertydefaults for NI --- dumux/freeflow/staggerednc/propertydefaults.hh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dumux/freeflow/staggerednc/propertydefaults.hh b/dumux/freeflow/staggerednc/propertydefaults.hh index efa9b6cad4..56a901194a 100644 --- a/dumux/freeflow/staggerednc/propertydefaults.hh +++ b/dumux/freeflow/staggerednc/propertydefaults.hh @@ -128,18 +128,12 @@ SET_INT_PROP(NavierStokesNC, PhaseIdx, 0); //!< Defines the phaseIdx // set isothermal Model SET_TYPE_PROP(NavierStokesNCNI, IsothermalModel, NavierStokesNCModel<TypeTag>); -//set isothermal VolumeVariables -// SET_TYPE_PROP(NavierStokesNI, IsothermalVolumeVariables, NavierStokesVolumeVariables<TypeTag>); - -//set isothermal LocalResidual -// SET_TYPE_PROP(NavierStokesNI, IsothermalLocalResidual, ImmiscibleLocalResidual<TypeTag>); - //set isothermal Indices -// SET_TYPE_PROP(NavierStokesNI, IsothermalIndices, NavierStokesCommonIndices<TypeTag>); +SET_TYPE_PROP(NavierStokesNCNI, IsothermalIndices, NavierStokesNCIndices<TypeTag>); //set isothermal NumEq -// SET_INT_PROP(NavierStokesNI, IsothermalNumEq, 1); - +SET_INT_PROP(NavierStokesNCNI, IsothermalNumEqCellCenter, 2); //!< set the number of equations to 1 +SET_INT_PROP(NavierStokesNCNI, IsothermalNumEqFace, 1); //!< set the number of equations // \} } // end namespace Properties -- GitLab