diff --git a/Exec/Production/CounterFlow/GNUmakefile b/Exec/Production/CounterFlow/GNUmakefile index cc1b6c00..1ecd6592 100644 --- a/Exec/Production/CounterFlow/GNUmakefile +++ b/Exec/Production/CounterFlow/GNUmakefile @@ -2,7 +2,7 @@ DIM = 2 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/CounterFlowSpray/GNUmakefile b/Exec/Production/CounterFlowSpray/GNUmakefile index 747f09c3..321102d3 100644 --- a/Exec/Production/CounterFlowSpray/GNUmakefile +++ b/Exec/Production/CounterFlowSpray/GNUmakefile @@ -2,7 +2,7 @@ DIM = 2 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/DiffBunsen2D/GNUmakefile b/Exec/Production/DiffBunsen2D/GNUmakefile index cc1b6c00..1ecd6592 100644 --- a/Exec/Production/DiffBunsen2D/GNUmakefile +++ b/Exec/Production/DiffBunsen2D/GNUmakefile @@ -2,7 +2,7 @@ DIM = 2 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/JetInCrossflow/GNUmakefile b/Exec/Production/JetInCrossflow/GNUmakefile index 9de9429c..19d067df 100644 --- a/Exec/Production/JetInCrossflow/GNUmakefile +++ b/Exec/Production/JetInCrossflow/GNUmakefile @@ -2,7 +2,7 @@ DIM = 3 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/NormalJet_OpenDomain/GNUmakefile b/Exec/Production/NormalJet_OpenDomain/GNUmakefile index ebd5efa0..e1b161cc 100644 --- a/Exec/Production/NormalJet_OpenDomain/GNUmakefile +++ b/Exec/Production/NormalJet_OpenDomain/GNUmakefile @@ -2,7 +2,7 @@ DIM = 3 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.H b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.H index d51c68b5..6ae43320 100644 --- a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.H +++ b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.H @@ -3,13 +3,12 @@ #include #include -#include #include #include #include #include -#include +#include AMREX_GPU_DEVICE AMREX_FORCE_INLINE @@ -115,7 +114,7 @@ bcnormal( } enthalpy = eta * prob_parm.H_fuel + (1.0 - eta) * prob_parm.H_ox; - GET_T_GIVEN_HY(&enthalpy, massfrac, &s_ext[TEMP], &ierr); + GET_T_GIVEN_HY(enthalpy, massfrac, s_ext[TEMP], ierr); amrex::Real rho_cgs, P_cgs, RhoH_temp; P_cgs = prob_parm.P_mean * 10.0; diff --git a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.cpp b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.cpp index 4123bc50..beae6eae 100644 --- a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.cpp +++ b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob.cpp @@ -56,8 +56,8 @@ PeleLM::readProbParm() prob_parm->Z * Y_pure_fuel[n] + (1. - prob_parm->Z) * prob_parm->Y_ox[n]; } - CKHBMS(&prob_parm->T_fu, prob_parm->Y_fuel, &prob_parm->H_fuel); - CKHBMS(&prob_parm->T_ox, prob_parm->Y_ox, &prob_parm->H_ox); + CKHBMS(prob_parm->T_fu, prob_parm->Y_fuel, prob_parm->H_fuel); + CKHBMS(prob_parm->T_ox, prob_parm->Y_ox, prob_parm->H_ox); auto problo = geom[0].ProbLo(); auto probhi = geom[0].ProbHi(); diff --git a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob_parm.H b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob_parm.H index 82654959..f9d09e59 100644 --- a/Exec/Production/NormalJet_OpenDomain/pelelmex_prob_parm.H +++ b/Exec/Production/NormalJet_OpenDomain/pelelmex_prob_parm.H @@ -3,6 +3,7 @@ #include #include +#include using namespace amrex::literals; diff --git a/Exec/Production/PremBunsen2D/GNUmakefile b/Exec/Production/PremBunsen2D/GNUmakefile index cc1b6c00..1ecd6592 100644 --- a/Exec/Production/PremBunsen2D/GNUmakefile +++ b/Exec/Production/PremBunsen2D/GNUmakefile @@ -2,7 +2,7 @@ DIM = 2 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling diff --git a/Exec/Production/PremBunsen3D/GNUmakefile b/Exec/Production/PremBunsen3D/GNUmakefile index f7ca16c0..d55d30fe 100644 --- a/Exec/Production/PremBunsen3D/GNUmakefile +++ b/Exec/Production/PremBunsen3D/GNUmakefile @@ -2,7 +2,7 @@ DIM = 3 COMP = gnu PRECISION = DOUBLE -USE_EB = TRUE +USE_EB = FALSE USE_HYPRE = FALSE # Profiling