Skip to content

Commit

Permalink
Removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidadi9 committed Jul 12, 2023
1 parent a5b8025 commit b21d5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amr-wind/turbulence/RANS/KOmegaSSTIDDES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ void KOmegaSSTIDDES<Transport>::update_turbulent_viscosity(
l_iddes * deltaT;

// For SDR equation:
amrex::Print(0) << sdr_prod_clip_factor << "\n";
amrex::Real production_omega =
rho_arr(i, j, k) * alpha *
amrex::min<amrex::Real>(
Expand Down

0 comments on commit b21d5f9

Please sign in to comment.