Skip to content

Commit

Permalink
try bcvars_cons
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Aug 15, 2024
1 parent 832aeda commit ee932d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TimeIntegration/REMORA_gls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ REMORA::gls_corrector (int lev, MultiFab* mf_gls, MultiFab* mf_tke,

// While potentially counterintuitive, this is what ROMS does for handling shear2 at all boundaries, even
// periodic
(*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::zvel_bc);
(*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::cons_bc);
// (*physbcs[lev])(mf_shear2_cached,*mf_mskr,0,1,mf_shear2_cached.nGrowVect(),t_new[lev],BCVars::foextrap_bc);

mf_CF.setVal(0.0_rt);
Expand Down

0 comments on commit ee932d5

Please sign in to comment.