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 authored Jun 17, 2024
1 parent 8e2d026 commit 2850420
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/navier_stokes/src/auxkernels/kEpsilonViscosityAux.C
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ kEpsilonViscosityAux::initialSetup()
_wall_boundary_names, _c_fe_problem, _subproblem, blockIDs(), _face_infos);
}
}
///////////////////////////////////////////////
// TO BE REMOVED DURING THE PR REVIEW PROCESS//
///////////////////////////////////////////////
// Removed the method findUstar to make this file more compact and similar to
// the viscosity wall function bc. I also incorporated the initial guess for
// the Newton method to obtain Ustar in the findUstar method, previously present
// in this file, in the findUstar routine in NavierStokesMethods.C.
// If there was a specific reason I missed why it was there in the first place let's
// bring the findUstar method in this file back.

Real
kEpsilonViscosityAux::computeValue()
Expand Down

0 comments on commit 2850420

Please sign in to comment.