diff --git a/dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh b/dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh index 179b36bada9760d36c3a3bdedab1e6db2ee8e23e..3bad183a27cba7a0c97c2302d4d21cf182b0f3ca 100644 --- a/dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh +++ b/dumux/freeflow/rans/twoeq/lowrekepsilon/model.hh @@ -223,4 +223,4 @@ public: } // end namespace -#endif // DUMUX_LOWREKEPSILON_MODEL_HH +#endif diff --git a/dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh b/dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh index 024e42e61041079fd282435e3c60b65aa5764b42..df8afddffe0547c4114859293c618ad658fd0ae4 100644 --- a/dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh +++ b/dumux/freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh @@ -18,7 +18,7 @@ *****************************************************************************/ /*! * \file - * \ingroup LowReKepsilonModel + * \ingroup LowReKEpsilonModel * \copydoc Dumux::LowReKepsilonResidualImpl */ #ifndef DUMUX_STAGGERED_LOWREKEPSILON_LOCAL_RESIDUAL_HH @@ -36,7 +36,7 @@ template<class TypeTag, class BaseLocalResidual, DiscretizationMethod discMethod class LowReKEpsilonResidualImpl; /*! - * \ingroup LowReKepsilonModel + * \ingroup LowReKEpsilonModel * \brief Element-wise calculation of the residual for low-Reynolds k-epsilon models using the staggered discretization */ template<class TypeTag, class BaseLocalResidual> diff --git a/dumux/freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh b/dumux/freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh index 7cc2e6a2a6758959f03da7b34881037ba3e5c7ed..f72b152feea97d6750a4b03bf0f4656bd53de00c 100644 --- a/dumux/freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh +++ b/dumux/freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh @@ -35,7 +35,7 @@ namespace Dumux /*! * \ingroup LowReKEpsilonModel - * \brief Volume variables for the isothermal single-phase 0-Eq. model. + * \brief Volume variables for the isothermal single-phase low-Re k-epsilons model. */ template <class Traits, class NSVolumeVariables> class LowReKEpsilonVolumeVariables diff --git a/dumux/freeflow/rans/twoeq/lowrekepsilon/vtkoutputfields.hh b/dumux/freeflow/rans/twoeq/lowrekepsilon/vtkoutputfields.hh index 78171bb5cb134cbb6a641a7bfbafd138864f78ad..6ba9d9f2feafae1addf812901f3b38e79336e7e3 100644 --- a/dumux/freeflow/rans/twoeq/lowrekepsilon/vtkoutputfields.hh +++ b/dumux/freeflow/rans/twoeq/lowrekepsilon/vtkoutputfields.hh @@ -31,7 +31,7 @@ namespace Dumux /*! * \ingroup LowReKEpsilonModel - * \brief Adds vtk output fields for the Reynolds-Averaged Navier-Stokes model + * \brief Adds vtk output fields for the low-Re k-epsilon turbulence model */ template<class FVGridGeometry> class LowReKEpsilonVtkOutputFields : public RANSVtkOutputFields<FVGridGeometry> @@ -39,7 +39,7 @@ class LowReKEpsilonVtkOutputFields : public RANSVtkOutputFields<FVGridGeometry> enum { dim = FVGridGeometry::GridView::dimension }; public: - //! Initialize the Navier-Stokes specific vtk output fields. + //! Initialize the Reynolds-averagedNavier-Stokes specific vtk output fields. template <class VtkOutputModule> static void init(VtkOutputModule& vtk) {