From 7fef197dcb2c3bb2ab0feda47dde85425975498b Mon Sep 17 00:00:00 2001 From: melaniel Date: Thu, 28 Feb 2019 10:37:19 +0100 Subject: [PATCH] [freeflow][docu] Change sign of source term in documentation. --- dumux/freeflow/navierstokes/model.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/freeflow/navierstokes/model.hh b/dumux/freeflow/navierstokes/model.hh index de9d04b601..f3fd408d86 100644 --- a/dumux/freeflow/navierstokes/model.hh +++ b/dumux/freeflow/navierstokes/model.hh @@ -25,7 +25,7 @@ * This model implements a single-phase, isothermal Navier-Stokes model, solving the momentum balance equation * \f[ \frac{\partial (\varrho \textbf{v})}{\partial t} + \nabla \cdot (\varrho \textbf{v} \textbf{v}^{\textup{T}}) = \nabla \cdot (\mu (\nabla \textbf{v} + \nabla \textbf{v}^{\textup{T}})) - - \nabla p + \varrho \textbf{g} - \textbf{f} + - \nabla p + \varrho \textbf{g} + \textbf{f} * \f] * By setting the runtime parameter Problem.EnableInertiaTerms to false the Stokes * equation can be solved. In this case the term -- GitLab