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

modify examples

parent 65779f89
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
......@@ -9,24 +9,27 @@ bc = "from_id"
[Mesh]
range = [ -1.0, 1.0 ]
n = 4
k = 256
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,6.4,step=0.01)))"
# every_iteration = 1
# variables = [ "D", "S", "tau", "p", "rho", "eps", "v", "smoothed_mu",
# variables = [ "D", "S", "tau", "smoothed_mu",
# "ldg_D", "ldg_S", "ldg_tau", "rhs_D", "rhs_S", "rhs_tau" ]
variables = [ "D", "S", "tau", "p", "rho", "eps", "v" ]
aligned_ts = "$(collect(range(0.01,0.6,step=0.01)))"
enable1d = true
[Evolution]
cfl = 0.1
cfl = 0.4
tend = 0.6
[HRSC]
method = "av"
av_method = "mda"
mda_cmax = 200.0
mda_cmax = 20.0
[TCI]
method = "entropy_production"
......@@ -13,8 +13,9 @@ scheme = "FV"
periodic = false
[Output]
# every_iteration = 1
variables = [ "D", "S", "tau", "p", "rho", "eps", "v" ]
aligned_ts = "$(collect(range(0.01,6.4,step=0.01)))"
aligned_ts = "$(collect(range(0.01,0.6,step=0.01)))"
enable1d = true
[Evolution]
......
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