diff --git a/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh b/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh index 62c56fdd824223eca8e4d86fa0f716096477aaaf..7f227cedb0313da61e2db5400680903520e744e5 100644 --- a/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh +++ b/dumux/porousmediumflow/2p/boxmaterialinterfaceparams.hh @@ -19,7 +19,7 @@ /*! * \file * \ingroup TwoPModel - * \brief copydoc Dumux::TwoPScvSaturationReconstruction + * \brief copydoc Dumux::BoxMaterialInterfaceParams */ #ifndef DUMUX_2P_BOX_MATERIAL_INTERFACE_PARAMS_HH #define DUMUX_2P_BOX_MATERIAL_INTERFACE_PARAMS_HH diff --git a/dumux/porousmediumflow/2p/saturationreconstruction.hh b/dumux/porousmediumflow/2p/saturationreconstruction.hh index 54ddf4bec5f019fd1e4f6e8d13e8cee3e9efd6a9..188a0a3b02969c0c82995d5aafc5fc05438c8936 100644 --- a/dumux/porousmediumflow/2p/saturationreconstruction.hh +++ b/dumux/porousmediumflow/2p/saturationreconstruction.hh @@ -40,9 +40,10 @@ class TwoPScvSaturationReconstruction { public: /*! - * \brief Compute the non-wetting phase saturation. - * \note In the general case, we don't do anything. We do - * stuff only in the specialization for the box scheme below. + * \brief Compute the non-wetting phase saturation in an scv + * \note In the default case, we don't reconstruct anything. We do + * Reconstruction is only done when using the box method + * and enableReconstruction = true. * * \param SpatialParams Class encapsulating the spatial parameters * \param element The finite element the scv is embedded in @@ -66,7 +67,7 @@ class TwoPScvSaturationReconstruction<DiscretizationMethod::box, /*enableReconst { public: /*! - * \brief Compute + * \brief Compute the non-wetting phase saturation in an scv * * \param SpatialParams Class encapsulating the spatial parameters * \param element The finite element the scv is embedded in