Skip to content
Snippets Groups Projects

make shock tube and blast wave tests run for SRHD when using MDA AV

Merged Florian Atteneder requested to merge fa/srhd-sod-shocktube into main
2 files
+ 56
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 34
0
[EquationOfState]
eos = "idealgas"
idealgas_gamma = 1.6666666666666666666667
[SRHD]
id = "blastwave1"
bc = "from_id"
[Mesh]
range = [ -0.5, 0.5 ]
# n = 8
# k = 255
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"
Loading