Skip to content
Snippets Groups Projects
Commit 7f8565d2 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

fix cons2prim testcase

parent 0db2d866
No related branches found
No related tags found
1 merge request!34rework projects & parameters
Pipeline #4945 passed
......@@ -2,8 +2,8 @@
F = SREulerEq.Formulae
eos = IdealGas(gamma = 5/3)
atms = SREulerEq.Atmosphere(Dict())
equation = SREulerEq.SREulerEquation(eos, atms, NewtonSolver(), Bisection())
prms = dg1d.parameters(:SREulerEq)
equation = SREulerEq.make_SREulerEquation(eos, prms)
# initial state of relativistic shock tube problem from Bugner's thesis
rhol, vl, pl = 10.0, 0.0, 13.33
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment