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
20 files
+ 667
98
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 38
0
[EquationOfState]
eos = "polytrope"
polytrope_gamma = 1.6666666666666666667
polytrope_k = 100.0
[SRHD]
id = "simple_wave"
bc = "from_id"
[Mesh]
range = [ -1.5, 1.5 ]
n = 5
k = 125
basis = "lgl"
periodic = true
[Output]
variables = [ "D", "S", "tau", "p", "rho", "eps", "v", "EP", "smoothed_mu", "E", "flx_E" ]
# variables = [ "D", "S", "tau" ]
aligned_ts = "$(collect(range(0.01,6.4,step=0.01)))"
enable1d = true
[Evolution]
cfl = 0.125
tend = 6.4
# tend = 0.2
[Log]
progress_stdout = true
[HRSC]
method = "av"
av_method = "entropy"
entropy_cmax = 1.0
entropy_ce = 1.0
[TCI]
method = "entropy_production"
Loading