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

add blastwave2 examples

parent e30ffc60
No related branches found
No related tags found
1 merge request!91make shock tube and blast wave tests run for SRHD when using MDA AV
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
[EquationOfState]
eos = "idealgas"
idealgas_gamma = 1.6666666666666666666667
[SRHD]
id = "blastwave2"
bc = "from_id"
[Mesh]
range = [ -0.5, 0.5 ]
n = 5
k = 205
basis = "lgl"
periodic = false
[Output]
every_iteration = 1
variables = [ "D", "S", "tau", "p", "rho", "eps", "v", "smoothed_mu" ]
aligned_ts = "$(collect(range(0.01,0.4,step=0.01)))"
enable1d = true
[Evolution]
cfl = 0.4
tend = 0.4
[HRSC]
method = "av"
av_method = "mda"
mda_cmax = 20.0
[TCI]
method = "entropy_production"
[EquationOfState]
eos = "idealgas"
idealgas_gamma = 1.6666666666666666666667
[SRHD]
id = "blastwave2"
bc = "from_id"
[Mesh]
range = [ -0.5, 0.5 ]
k = 1024
scheme = "FV"
periodic = false
[Output]
variables = [ "D", "S", "tau", "p", "rho", "eps", "v" ]
aligned_ts = "$(collect(range(0.01,0.4,step=0.01)))"
enable1d = true
[Evolution]
cfl = 1.0
tend = 0.4
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