From ec2b53c30c10ef01a8a0ff0fbf9ac7a5eb652727 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Wed, 23 Sep 2015 13:48:04 +0000 Subject: [PATCH] [docu] updated changelog corrected "adaptation" in the docu reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15505 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- CHANGELOG | 3 ++- dumux/freeflow/stokes/stokesmodel.hh | 2 +- dumux/freeflow/stokesnc/stokesncmodel.hh | 4 ++-- dumux/freeflow/stokesncni/stokesncnimodel.hh | 4 ++-- dumux/freeflow/zeroeq/zeroeqmodel.hh | 2 +- dumux/freeflow/zeroeqnc/zeroeqncmodel.hh | 2 +- dumux/freeflow/zeroeqncni/zeroeqncnimodel.hh | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c36cb6ece1..30099f9211 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,8 @@ Differences Between DuMuX 2.7 and DuMuX 2.8 CMake based build system as it is default since Dune 2.4. * IMPROVEMENTS and ENHANCEMENTS: - - The zero equation turbulence models (zeroeq) have been added as new models + - A bug in the diffusion term in the freeflow models has been fixed. + - Zero equation turbulence models (zeroeq) have been added as new models to the freeflow folder. - Tests for coupling a turbulent free flow using zeroeq turbulence models with flow in a porous medium have been added. diff --git a/dumux/freeflow/stokes/stokesmodel.hh b/dumux/freeflow/stokes/stokesmodel.hh index d9f36bfcfe..34aec85403 100644 --- a/dumux/freeflow/stokes/stokesmodel.hh +++ b/dumux/freeflow/stokes/stokesmodel.hh @@ -38,7 +38,7 @@ namespace Dumux { /*! * \ingroup BoxStokesModel - * \brief Adaptation of the box scheme to the Stokes model. + * \brief Adaption of the box scheme to the Stokes model. * * This model implements laminar Stokes flow of a single fluid, solving the momentum balance equation * \f[ diff --git a/dumux/freeflow/stokesnc/stokesncmodel.hh b/dumux/freeflow/stokesnc/stokesncmodel.hh index 1791dd0a33..405a3ca4e3 100644 --- a/dumux/freeflow/stokesnc/stokesncmodel.hh +++ b/dumux/freeflow/stokesnc/stokesncmodel.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief Adaptation of the box scheme to the n-component Stokes model. + * \brief Adaption of the box scheme to the n-component Stokes model. */ #ifndef DUMUX_STOKESNC_MODEL_HH #define DUMUX_STOKESNC_MODEL_HH @@ -34,7 +34,7 @@ namespace Dumux { /*! * \ingroup BoxStokesncModel - * \brief Adaptation of the box scheme to the compositional Stokes model. + * \brief Adaption of the box scheme to the compositional Stokes model. * * This model implements an isothermal n-component Stokes flow of a fluid * solving a momentum balance, a mass balance and conservation equations for \f$n-1\f$ diff --git a/dumux/freeflow/stokesncni/stokesncnimodel.hh b/dumux/freeflow/stokesncni/stokesncnimodel.hh index b12f9d34a7..a1a961a8b1 100644 --- a/dumux/freeflow/stokesncni/stokesncnimodel.hh +++ b/dumux/freeflow/stokesncni/stokesncnimodel.hh @@ -19,7 +19,7 @@ /*! * \file * - * \brief Adaptation of the box scheme to the non-isothermal + * \brief Adaption of the box scheme to the non-isothermal * n-component Stokes model. */ #ifndef DUMUX_STOKESNCNI_MODEL_HH @@ -35,7 +35,7 @@ namespace Dumux { /*! * \ingroup BoxStokesncniModel - * \brief Adaptation of the box scheme to the non-isothermal + * \brief Adaption of the box scheme to the non-isothermal * n-component Stokes model. * * This model implements a non-isothermal n-component Stokes flow of a fluid diff --git a/dumux/freeflow/zeroeq/zeroeqmodel.hh b/dumux/freeflow/zeroeq/zeroeqmodel.hh index 426c5535a4..829c5059d2 100644 --- a/dumux/freeflow/zeroeq/zeroeqmodel.hh +++ b/dumux/freeflow/zeroeq/zeroeqmodel.hh @@ -33,7 +33,7 @@ namespace Dumux { /*! * \ingroup BoxZeroEqModel - * \brief Adaptation of the box scheme to the ZeroEq model. + * \brief Adaption of the box scheme to the ZeroEq model. * * This model implements an single-phase isothermal free flow * solving the mass and the momentum balance. For the momentum balance diff --git a/dumux/freeflow/zeroeqnc/zeroeqncmodel.hh b/dumux/freeflow/zeroeqnc/zeroeqncmodel.hh index 2dbd6ee9c6..0e700bde04 100644 --- a/dumux/freeflow/zeroeqnc/zeroeqncmodel.hh +++ b/dumux/freeflow/zeroeqnc/zeroeqncmodel.hh @@ -32,7 +32,7 @@ namespace Dumux { /*! * \ingroup BoxZeroEqncModel - * \brief Adaptation of the box scheme to the compositional ZeroEq model. + * \brief Adaption of the box scheme to the compositional ZeroEq model. * * This model implements an single-phase isothermal compositional free flow * solving the mass and the momentum balance. For the momentum balance diff --git a/dumux/freeflow/zeroeqncni/zeroeqncnimodel.hh b/dumux/freeflow/zeroeqncni/zeroeqncnimodel.hh index f3e7b16cb3..e3d7eb110f 100644 --- a/dumux/freeflow/zeroeqncni/zeroeqncnimodel.hh +++ b/dumux/freeflow/zeroeqncni/zeroeqncnimodel.hh @@ -33,7 +33,7 @@ namespace Dumux { /*! * \ingroup BoxZeroEqncniModel - * \brief Adaptation of the box scheme to the non-isothermal compositional ZeroEq model. + * \brief Adaption of the box scheme to the non-isothermal compositional ZeroEq model. * * This model implements an single-phase non-isothermal compositional free flow * solving the mass and the momentum balance. For the momentum balance -- GitLab