Skip to content

Commit

Permalink
Update modules/navier_stokes/src/fvkernels/INSFVTKESourceSink.C
Browse files Browse the repository at this point in the history
Co-authored-by: Mauricio Tano <mauriciotano@gmail.com>
  • Loading branch information
freiler and tanoret authored Jun 17, 2024
1 parent aea93a2 commit af33ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/navier_stokes/src/fvkernels/INSFVTKESourceSink.C
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ INSFVTKESourceSink::computeQpResidual()
if (_wall_treatment == "neq")
{
// Non-equilibrium / Non-iterative
y_plus = std::pow(_C_mu, 0.25) * distance * std::sqrt(_var(elem_arg, old_state)) * rho / mu;
y_plus = distance * std::sqrt(std::sqrt(_C_mu) * _var(elem_arg, old_state)) * rho / mu;
}
else
{
Expand Down

0 comments on commit af33ea6

Please sign in to comment.