Skip to content

Commit

Permalink
Corrected Plot file to read spray data
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejith NadakkalAppukuttan committed May 27, 2024
1 parent df1e14b commit 9e64894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/PeleLMeX_Plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,9 @@ PeleLM::initLevelDataFromPlt(int a_lev, const std::string& a_dataPltFile)
massfrac[N2_ID] = 1.0 - sumYs;
#endif


if(lprobparm->do_ignit==1){

const amrex::Real* prob_lo = geom[a_lev].ProbLo();
const amrex::Real* prob_hi = geom[a_lev].ProbHi();
const amrex::Real* dx = geom[a_lev].CellSize();
Expand Down

0 comments on commit 9e64894

Please sign in to comment.