Skip to content

Commit

Permalink
Use HBM for cache to allow larger nx1. VL2 to RK2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrete committed Oct 22, 2024
1 parent 2c55116 commit 5ce6fd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inputs/exacb_turbulence.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ problem_id = turbulence
cfl = 0.3 # The Courant, Friedrichs, & Lewy (CFL) Number
nlim = __NLIM__ # cycle limit
tlim = 5.0 # time limit
integrator = vl2 # time integration algorithm
integrator = rk2 # time integration algorithm
ncycle_out_mesh = -500 # print mesh structure every 500 cyles and on refinement

<parthenon/mesh>
Expand Down Expand Up @@ -45,6 +45,7 @@ eos = adiabatic
riemann = hlld
reconstruction = ppm
gamma = 1.0001 # gamma = C_p/C_v
scratch_level = 1

<problem/turbulence>
rho0 = 1.0 # initial mean density
Expand Down

0 comments on commit 5ce6fd3

Please sign in to comment.