From 0da10eeba3dd90ebed2f6646559ae6354aefe445 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Sat, 8 Jun 2019 10:53:06 +0200 Subject: [PATCH] [staggered][fluxvars] Improve docu --- dumux/freeflow/navierstokes/staggered/fluxvariables.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/freeflow/navierstokes/staggered/fluxvariables.hh b/dumux/freeflow/navierstokes/staggered/fluxvariables.hh index dd9fa01350..70b8c08024 100644 --- a/dumux/freeflow/navierstokes/staggered/fluxvariables.hh +++ b/dumux/freeflow/navierstokes/staggered/fluxvariables.hh @@ -540,8 +540,8 @@ private: const Scalar outerParallelVelocity = getParallelVelocity(); // The velocity gradient already accounts for the orientation - // of the staggered face's outer normal vector. This already correctly accounts for the reduced - // distance used in the gradient of the later scvf lies on a boundary. + // of the staggered face's outer normal vector. This also correctly accounts for the reduced + // distance used in the gradient if the lateral scvf lies on a boundary. const Scalar velocityGrad_ij = (outerParallelVelocity - innerParallelVelocity) / scvf.parallelDofsDistance(localSubFaceIdx, 0); -- GitLab