Skip to content

Commit

Permalink
Have 3D Rayleigh-Taylor benchmark also use initialPressureProj
Browse files Browse the repository at this point in the history
and turn off background state
  • Loading branch information
cgilet committed Jun 20, 2024
1 parent 55f5576 commit 042fb83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_no_eb_3d/benchmark.rayleigh_taylor
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 042fb83

Please sign in to comment.