diff --git a/Source/Spray/PeleLMSprayParticles.cpp b/Source/Spray/PeleLMSprayParticles.cpp index 38031f54..ea00f3b6 100644 --- a/Source/Spray/PeleLMSprayParticles.cpp +++ b/Source/Spray/PeleLMSprayParticles.cpp @@ -48,8 +48,8 @@ int init_function = 1; int spray_verbose = 0; Real max_spray_cfl = 5.; Real wall_temp = 300.; -int mass_trans = 1; -int mom_trans = 1; +bool mass_trans = true; +bool mom_trans = true; } // namespace bool PeleLM::do_spray_particles = true; @@ -153,8 +153,8 @@ PeleLM::sprayParticleSetup() const int fspec = sprayData.indx[ns]; sprayData.latent[ns] -= fuelEnth[fspec] * 1.E-4; } - scomps.mass_tran = mass_trans; - scomps.mom_tran = mom_trans; + scomps.mass_trans = mass_trans; + scomps.mom_trans = mom_trans; // Component indices for conservative variables scomps.rhoIndx = DENSITY; scomps.momIndx = VELX; diff --git a/Submodules/AMReX-Hydro b/Submodules/AMReX-Hydro index 230a0897..87d3d728 160000 --- a/Submodules/AMReX-Hydro +++ b/Submodules/AMReX-Hydro @@ -1 +1 @@ -Subproject commit 230a0897d8af79f31f97adbe62d04e2d7059e006 +Subproject commit 87d3d7289e62b8da4d8a4761f75110121ab3483b diff --git a/Submodules/PeleMP b/Submodules/PeleMP index 5dd2550b..02be45d9 160000 --- a/Submodules/PeleMP +++ b/Submodules/PeleMP @@ -1 +1 @@ -Subproject commit 5dd2550b487e13e9d40de00227e2712a7d2ef316 +Subproject commit 02be45d94498ff610876f284118f0f56b3ae6243 diff --git a/Submodules/PelePhysics b/Submodules/PelePhysics index 981c23cd..2ef03dea 160000 --- a/Submodules/PelePhysics +++ b/Submodules/PelePhysics @@ -1 +1 @@ -Subproject commit 981c23cdebb0f08231be488368eb68550993c713 +Subproject commit 2ef03dea1a677981ac19c51b3e207f6274c63e6d diff --git a/Submodules/amrex b/Submodules/amrex index ff9e8324..478fd8a4 160000 --- a/Submodules/amrex +++ b/Submodules/amrex @@ -1 +1 @@ -Subproject commit ff9e832483f142a34da72f9bea5fed72e49fea33 +Subproject commit 478fd8a4ac98be1b484b81819d9be6b4704262c3