From f21b28a0376849727523c060f4fe2f5f62631e3d Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Mon, 20 Sep 2021 01:09:26 +0200
Subject: [PATCH] [navierstokes][problem] Improve code comment

---
 dumux/freeflow/navierstokes/problem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/freeflow/navierstokes/problem.hh b/dumux/freeflow/navierstokes/problem.hh
index 9fb566006d..092603f032 100644
--- a/dumux/freeflow/navierstokes/problem.hh
+++ b/dumux/freeflow/navierstokes/problem.hh
@@ -482,7 +482,7 @@ public:
         GlobalPosition orientation(0.0);
         orientation[scv.dofAxis()] = 1.0;
 
-        // du/dy + dv/dx = alpha/sqrt(K) * (u_boundary-uPM)
+        // du/dy + dv/dx = beta * (u_boundary-uPM)
         // beta = alpha/sqrt(K)
         const Scalar betaBJ = asImp_().betaBJ(fvGeometry, scvf, orientation);
         const Scalar distanceNormalToBoundary = (scvf.ipGlobal() - scv.dofPosition()).two_norm();
-- 
GitLab