diff --git a/dumux/freeflow/navierstokes/mass/problem.hh b/dumux/freeflow/navierstokes/mass/problem.hh index 175845ee8d9b59218b197d34fdf6d24bc39aa65d..ccd43c60d3e9f6cf8b33c88997dc544e4ce3dbf3 100644 --- a/dumux/freeflow/navierstokes/mass/problem.hh +++ b/dumux/freeflow/navierstokes/mass/problem.hh @@ -19,7 +19,7 @@ /*! * \file * \ingroup NavierStokesModel - * \copydoc Dumux::NavierStokesProblem + * \copydoc Dumux::NavierStokesMassProblem */ #ifndef DUMUX_NAVIERSTOKES_MASS_PROBLEM_HH #define DUMUX_NAVIERSTOKES_MASS_PROBLEM_HH diff --git a/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh b/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh index cd1c5ca120200d68eb0efd8c54b8f9b73809348b..a278e44a564ee7e8732692cd0a4865288560a598 100644 --- a/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh +++ b/dumux/freeflow/navierstokes/momentum/cvfe/localresidual.hh @@ -90,6 +90,7 @@ public: * \param fvGeometry The finite-volume geometry of the element * \param scv The sub-control volume over which we integrate the storage term * \param volVars The volume variables associated with the scv + * \param isPreviousStorage If set to true, the storage term is evaluated on the previous time level. * */ NumEqVector computeStorage(const Problem& problem, diff --git a/dumux/freeflow/navierstokes/momentum/problem.hh b/dumux/freeflow/navierstokes/momentum/problem.hh index 175ffc082753df011a32b3745f092d42b8dc5a18..4000f78c7fff0ced9e0306cf657097a49aed1110 100644 --- a/dumux/freeflow/navierstokes/momentum/problem.hh +++ b/dumux/freeflow/navierstokes/momentum/problem.hh @@ -19,7 +19,7 @@ /*! * \file * \ingroup NavierStokesModel - * \copydoc Dumux::NavierStokesProblem + * \copydoc Dumux::NavierStokesMomentumProblem */ #ifndef DUMUX_NAVIERSTOKES_MOMENTUM_PROBLEM_HH #define DUMUX_NAVIERSTOKES_MOMENTUM_PROBLEM_HH diff --git a/dumux/freeflow/navierstokes/staggered/problem.hh b/dumux/freeflow/navierstokes/staggered/problem.hh index a47e22e1b714737435fcea9b1caa2f531441d76a..38a7b9eec9f7803d7cdef97ca05cb36c7fea6c45 100644 --- a/dumux/freeflow/navierstokes/staggered/problem.hh +++ b/dumux/freeflow/navierstokes/staggered/problem.hh @@ -19,7 +19,7 @@ /*! * \file * \ingroup NavierStokesModel - * \copydoc Dumux::NavierStokesProblem + * \copydoc Dumux::NavierStokesStaggeredProblem */ #ifndef DUMUX_NAVIERSTOKES_STAGGERED_PROBLEM_HH #define DUMUX_NAVIERSTOKES_STAGGERED_PROBLEM_HH diff --git a/dumux/multidomain/embedded/couplingmanagerbase.hh b/dumux/multidomain/embedded/couplingmanagerbase.hh index 3f49df0331be6d907cf5757ccc957f25c1002fde..aa0004eaea1de9dfba85fd1679ce94126008e07b 100644 --- a/dumux/multidomain/embedded/couplingmanagerbase.hh +++ b/dumux/multidomain/embedded/couplingmanagerbase.hh @@ -568,7 +568,7 @@ public: /*! * \brief Execute assembly kernel in parallel * - * \param domainI the domain index of domain i + * \param domainId the domain index of domain i * \param assembleElement kernel function to execute for one element */ template<std::size_t i, class AssembleElementFunc> diff --git a/dumux/multidomain/freeflow/couplingmanager_cvfe.hh b/dumux/multidomain/freeflow/couplingmanager_cvfe.hh index 410362bb54758132935186fe3ccd03aa6defb4be..da210594d3a8608bc8d13bc161129023c99dab38 100644 --- a/dumux/multidomain/freeflow/couplingmanager_cvfe.hh +++ b/dumux/multidomain/freeflow/couplingmanager_cvfe.hh @@ -600,7 +600,7 @@ public: /*! * \brief Execute assembly kernel in parallel * - * \param domainI the domain index of domain i + * \param domainId the domain index of domain i * \param assembleElement kernel function to execute for one element */ template<std::size_t i, class AssembleElementFunc> diff --git a/dumux/multidomain/freeflow/couplingmanager_diamond.hh b/dumux/multidomain/freeflow/couplingmanager_diamond.hh index 65136f0352b08770eeff08a5afddbb1ca0664f99..623ae244aad8076f8ec9a7aea231d6347ce0c2de 100644 --- a/dumux/multidomain/freeflow/couplingmanager_diamond.hh +++ b/dumux/multidomain/freeflow/couplingmanager_diamond.hh @@ -592,7 +592,7 @@ public: /*! * \brief Execute assembly kernel in parallel * - * \param domainI the domain index of domain i + * \param domainId the domain index of domain i * \param assembleElement kernel function to execute for one element */ template<std::size_t i, class AssembleElementFunc> diff --git a/dumux/multidomain/freeflow/couplingmanager_pq1bubble.hh b/dumux/multidomain/freeflow/couplingmanager_pq1bubble.hh index 81c34e5e5f8f8f4d284225cb9d63529f0b2f2e16..b6f5debf0c5afa03fb0321ca609f840bb2ae6bf1 100644 --- a/dumux/multidomain/freeflow/couplingmanager_pq1bubble.hh +++ b/dumux/multidomain/freeflow/couplingmanager_pq1bubble.hh @@ -591,7 +591,7 @@ public: /*! * \brief Execute assembly kernel in parallel * - * \param domainI the domain index of domain i + * \param domainId the domain index of domain i * \param assembleElement kernel function to execute for one element */ template<std::size_t i, class AssembleElementFunc>