Skip to content

Commit

Permalink
Update INSFVTKESourceSink.C idaholab#27800 idaholab#27887 idaholab#27888
Browse files Browse the repository at this point in the history
  • Loading branch information
freiler authored Jun 17, 2024
1 parent 723294d commit 09babc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/navier_stokes/src/fvkernels/INSFVTKESourceSink.C
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ INSFVTKESourceSink::computeQpResidual()
const auto tau_w = (wall_mut + wall_mu) * velocity_grad_norm_vec[i];

if (y_plus < 11.25)
{
destruction += destruction_visc;
}
else
{
destruction += destruction_log;
Expand Down

0 comments on commit 09babc9

Please sign in to comment.