diff --git a/dumux/implicit/2pncmin/2pncminpropertydefaults.hh b/dumux/implicit/2pncmin/2pncminpropertydefaults.hh index c52eb5097da2be0c7013993d7da940e01c11420a..f29e361e3180b0665b694f8f1e24643bc34050fc 100644 --- a/dumux/implicit/2pncmin/2pncminpropertydefaults.hh +++ b/dumux/implicit/2pncmin/2pncminpropertydefaults.hh @@ -134,7 +134,7 @@ SET_BOOL_PROP(TwoPNCMin, useSalinity, false); // Actually the Forchheimer coefficient is also a function of the dimensions of the // porous medium. Taking it as a constant is only a first approximation // (Nield, Bejan, Convection in porous media, 2006, p. 10) -SET_SCALAR_PROP(BoxModel, SpatialParamsForchCoeff, 0.55); +SET_SCALAR_PROP(TwoPNCMin, SpatialParamsForchCoeff, 0.55); } diff --git a/dumux/implicit/mpnc/mpncpropertydefaults.hh b/dumux/implicit/mpnc/mpncpropertydefaults.hh index 7235103fe5513c7f91a4e2eefa80f7208a590004..a189e9ccb6b41ff6468a11bd624f55edcc41396e 100644 --- a/dumux/implicit/mpnc/mpncpropertydefaults.hh +++ b/dumux/implicit/mpnc/mpncpropertydefaults.hh @@ -238,7 +238,7 @@ SET_INT_PROP(MPNC, // Actually the Forchheimer coefficient is also a function of the dimensions of the // porous medium. Taking it as a constant is only a first approximation // (Nield, Bejan, Convection in porous media, 2006, p. 10) -SET_SCALAR_PROP(BoxModel, SpatialParamsForchCoeff, 0.55); +SET_SCALAR_PROP(MPNC, SpatialParamsForchCoeff, 0.55); //!< Should the averaging of velocities be done in the Model? (By default in the output)