From bd7afbcb23787d7992dbe00385ac2930f025c0ed Mon Sep 17 00:00:00 2001 From: cgilet Date: Fri, 7 Jun 2024 14:28:10 -0400 Subject: [PATCH] In rayleigh-taylor, turn of the background state and use the new InitialPressureProjection to enforce hydrostatic equilibrium --- test_no_eb_2d/benchmark.rayleigh_taylor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_no_eb_2d/benchmark.rayleigh_taylor b/test_no_eb_2d/benchmark.rayleigh_taylor index 6a35e829..5e79b3a7 100644 --- a/test_no_eb_2d/benchmark.rayleigh_taylor +++ b/test_no_eb_2d/benchmark.rayleigh_taylor @@ -37,6 +37,9 @@ amr.plt_vort = 1 incflo.advection_type = "Godunov" incflo.constant_density = false +incflo.ro_0 = 0 # Turn off background state +incflo.do_initial_pressure_proj = 1 # to enforce hydrostatic equilibrium + incflo.advect_tracer = true incflo.diffusion_type = 1 # 0 = Explicit, 1 = Crank-Nicolson, 2 = Implicit