Skip to content

Commit

Permalink
Update kEpsilonViscosityAux.C idaholab#27800 idaholab#27887 idaholab#…
Browse files Browse the repository at this point in the history
  • Loading branch information
freiler committed Jun 17, 2024
1 parent af33ea6 commit 723294d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/navier_stokes/src/auxkernels/kEpsilonViscosityAux.C
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ kEpsilonViscosityAux::computeValue()
std::log(std::max(NS::E_turb_constant * y_plus, 1 + 1e-4)));
mut_log = mu_wall - mu;
}
else
mooseAssert(false,"Should not reach here");

if (y_plus <= 5.0)
// sub-laminar layer
Expand Down

0 comments on commit 723294d

Please sign in to comment.