From d3dc09f8de940ed370dd230c93b8d371d4ab774b Mon Sep 17 00:00:00 2001 From: Lucas Esclapez <13371051+esclapez@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:07:58 -0700 Subject: [PATCH] Update includes of Projector source location and names. (#26) * Update includes of Projector source location and names. * Update set typical values too. --- Source/PeleLM.H | 4 ++-- Source/PeleLMUtils.cpp | 2 +- Utils/Make.PeleLMeX | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/PeleLM.H b/Source/PeleLM.H index 2bfe6a50..39ce16c4 100644 --- a/Source/PeleLM.H +++ b/Source/PeleLM.H @@ -4,8 +4,8 @@ #include #include #include -#include -#include +#include +#include #include #include diff --git a/Source/PeleLMUtils.cpp b/Source/PeleLMUtils.cpp index ae1f53e9..febb8b4d 100644 --- a/Source/PeleLMUtils.cpp +++ b/Source/PeleLMUtils.cpp @@ -829,7 +829,7 @@ void PeleLM::updateTypicalValuesChem() typical_values[FIRSTSPEC+i] * typical_values[DENSITY] * 1.E-3); // CGS -> MKS conversion } typical_values_chem[NUM_SPECIES] = typical_values[TEMP]; - m_reactor->SetTypValsODE(typical_values_chem); + m_reactor->set_typ_vals_ode(typical_values_chem); } } } diff --git a/Utils/Make.PeleLMeX b/Utils/Make.PeleLMeX index 3b1133dd..f7debeb2 100644 --- a/Utils/Make.PeleLMeX +++ b/Utils/Make.PeleLMeX @@ -71,7 +71,7 @@ include $(PELE_PHYSICS_HOME)/ThirdParty/Make.ThirdParty #--------------- # AMReX-Hydro sources #--------------- -Hdirs := Slopes Godunov MOL Utils +Hdirs := Slopes Godunov MOL Utils Projections ifeq ($(USE_EB), TRUE) Hdirs += Redistribution EBGodunov EBMOL endif @@ -81,7 +81,7 @@ Blocs += $(foreach dir, $(Hdirs), $(AMREX_HYDRO_HOME)/$(dir)) #--------------- # AMReX sources #--------------- -Pdirs := Base Boundary AmrCore LinearSolvers/MLMG LinearSolvers/Projections +Pdirs := Base Boundary AmrCore LinearSolvers/MLMG ifeq ($(USE_EB), TRUE) Pdirs += EB endif