Skip to content

Commit

Permalink
Update sod.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines authored Sep 20, 2024
1 parent 2eeb6b0 commit 2a799a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/gas/sod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set = Setup(case = "sod", space = "1d2f1v", maxTime = 0.2)
ps = PSpace1D(0.0, 1.0, 100, 1)
vs = VSpace1D(-5.0, 5.0, 72)
gas = Gas(Kn = 1e-4, K = 2.0, γ = 5 / 3)
fw, ff, bc, p = config_ib(set, ps, vs, gas)
fw, ff, bc, p = KB.config_ib(set, ps, vs, gas)
ib = IB2F(fw, ff, bc, p)

ks = SolverSet(set, ps, vs, gas, ib)
Expand Down

0 comments on commit 2a799a9

Please sign in to comment.