Skip to content

Commit

Permalink
In rayleigh-taylor, turn of the background state and use the new
Browse files Browse the repository at this point in the history
InitialPressureProjection to enforce hydrostatic equilibrium
  • Loading branch information
cgilet committed Jun 7, 2024
1 parent 8c1dda4 commit bd7afbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_no_eb_2d/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 bd7afbc

Please sign in to comment.