diff --git a/dumux/freeflow/navierstokes/problem.hh b/dumux/freeflow/navierstokes/problem.hh index 9fb566006d5fb3ceb44fe20c8b50a58dd2d2eded..092603f0324a6b1c326f92ede9dd6bb86291e7b8 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();