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

add ref test fv_euler_isentropic_flow

parent f206059d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !71. Comments created here will be created in the context of that merge request.
[EquationOfState]
idealgas_gamma = 3.0
eos = "idealgas"
[EulerEq]
id = "smooth_isentropic_flow"
[Evolution]
cfl = 0.9
tend = 0.50
[Mesh]
range = [-1.0, 1.0]
k = 1048
scheme = "FV"
[Output]
variables = ["rho", "q", "E"]
every_dt = 0.02
File added
......@@ -44,6 +44,9 @@ variables = [ "u" ]
# stops before discontinuity appears
variables = [ "rho", "q", "E" ]
[fv_euler_sod_shock_tube]
variables = [ "rho", "q", "E" ]
# [euler_isentropic_flow_regulate-ns]
# # stops before discontinuity appears
# variables = [ "rho", "q", "E" ]
......
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