From 063a516ae605c93c38ffc34ab0c972194151068c Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 21 Dec 2016 18:46:36 +0100 Subject: [PATCH] [mpfa] minor changes --- dumux/discretization/cellcentered/mpfa/facetypes.hh | 2 +- dumux/discretization/cellcentered/mpfa/fickslaw.hh | 2 +- dumux/discretization/cellcentered/mpfa/fourierslaw.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dumux/discretization/cellcentered/mpfa/facetypes.hh b/dumux/discretization/cellcentered/mpfa/facetypes.hh index 8da2532343..87d526e167 100644 --- a/dumux/discretization/cellcentered/mpfa/facetypes.hh +++ b/dumux/discretization/cellcentered/mpfa/facetypes.hh @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \brief Face types of the sub control volume faces in the mpfa method. + * \brief Face types of the sub control volume faces in cell-centered mpfa methods. */ #ifndef DUMUX_DISCRETIZATION_CC_MPFA_FACETYPES_HH #define DUMUX_DISCRETIZATION_CC_MPFA_FACETYPES_HH diff --git a/dumux/discretization/cellcentered/mpfa/fickslaw.hh b/dumux/discretization/cellcentered/mpfa/fickslaw.hh index 7bf247d3bb..fb27d52806 100644 --- a/dumux/discretization/cellcentered/mpfa/fickslaw.hh +++ b/dumux/discretization/cellcentered/mpfa/fickslaw.hh @@ -20,7 +20,7 @@ * \file * \brief This file contains the data which is required to calculate * molar and mass fluxes of a component in a fluid phase over a face of a finite volume by means - * of Fick's Law. Specializations are provided for the different discretization methods. + * of Fick's Law for cell-centered MPFA models. */ #ifndef DUMUX_DISCRETIZATION_CC_MPFA_FICKS_LAW_HH #define DUMUX_DISCRETIZATION_CC_MPFA_FICKS_LAW_HH diff --git a/dumux/discretization/cellcentered/mpfa/fourierslaw.hh b/dumux/discretization/cellcentered/mpfa/fourierslaw.hh index 35f26093fc..fcca346bcc 100644 --- a/dumux/discretization/cellcentered/mpfa/fourierslaw.hh +++ b/dumux/discretization/cellcentered/mpfa/fourierslaw.hh @@ -19,7 +19,7 @@ /*! * \file * \brief This file contains the data which is required to calculate - * heat conduction fluxes with Fourier's law. + * heat conduction fluxes with Fourier's law for cell-centered MPFA models. */ #ifndef DUMUX_DISCRETIZATION_CC_MPFA_FOURIERS_LAW_HH #define DUMUX_DISCRETIZATION_CC_MPFA_FOURIERS_LAW_HH -- GitLab