Skip to content

Commit

Permalink
Diagnostic updates (#244)
Browse files Browse the repository at this point in the history
* remove unused code in diags

* update pelephysics
  • Loading branch information
baperry2 authored Sep 19, 2023
1 parent 78e2284 commit 98b08f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Exec/RegTests/FlameSheet/input.2d-regt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prob.pertlength = 0.016
pmf.datafile = "drm19_pmf.dat"

#---------------------- PeleLMeX CONTROL -------------------------
peleLM.v = 1 # PeleLMeX version
peleLM.v = 1 # PeleLMeX verbose
peleLM.use_wbar = 1 # Include Wbar term in species diffusion fluxes
peleLM.sdc_iterMax = 2 # Number of SDC iterations
peleLM.num_init_iter = 3 # Number of initial iterations
Expand Down
2 changes: 1 addition & 1 deletion Exec/RegTests/TripleFlame/input.2d-regt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prob.V_in = 0.85
prob.Zst = 0.055

#---------------------- PeleLM CONTROL ---------------------------
peleLM.v = 1 # PeleLMeX version
peleLM.v = 1 # PeleLMeX verbose
peleLM.use_wbar = 1 # Include Wbar term in species diffusion fluxes
peleLM.sdc_iterMax = 1 # Number of SDC iterations
peleLM.num_init_iter = 3 # Number of initial iterations
Expand Down
4 changes: 0 additions & 4 deletions Source/PeleLMDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ PeleLM::doDiagnostics()
}
}

Vector<std::string> stateNames;
for (const auto& stateComponent : stateComponents) {
stateNames.push_back(get<1>(stateComponent));
}
for (const auto& m_diagnostic : m_diagnostics) {
if (m_diagnostic->doDiag(m_cur_time, m_nstep)) {
m_diagnostic->processDiag(
Expand Down

0 comments on commit 98b08f6

Please sign in to comment.