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

add parfiles and analysis script for srhd simple wave test

parent 6f035823
No related branches found
No related tags found
No related merge requests found
/**/*.h5
/**/*.log
/**/all_parameters.toml
This diff is collapsed.
[EquationOfState]
eos = "polytrope"
polytrope_gamma = 1.6666666666666666667
polytrope_k = 100.0
[SRHD]
id = "simple_wave"
bc = "from_id"
av_regularization = "mono"
[Mesh]
range = [ -10.0, 10.0 ]
n = 5
k = 200
basis = "lgl"
periodic = false
[Output]
variables1d = [ "D", "S", "tau", "p", "rho", "eps", "v", "smoothed_mu" ]
aligned_ts = "$(collect(range(0.1,6.4,step=0.1)))"
[Evolution]
cfl = 0.125
tend = 5.0
[Log]
progress_stdout = true
[HRSC]
method = "av"
av_method = "mda"
This diff is collapsed.
[EquationOfState]
eos = "polytrope"
polytrope_gamma = 1.6666666666666666667
polytrope_k = 100.0
[SRHD]
id = "simple_wave"
bc = "from_id"
av_regularization = "mono"
[Mesh]
range = [ -10.0, 10.0 ]
n = 5
k = 50
basis = "lgl"
periodic = false
[Output]
variables1d = [ "D", "S", "tau", "p", "rho", "eps", "v", "smoothed_mu" ]
aligned_ts = "$(collect(range(0.1,6.4,step=0.1)))"
[Evolution]
cfl = 0.125
tend = 5.0
[Log]
progress_stdout = true
[HRSC]
method = "av"
av_method = "mda"
This diff is collapsed.
[EquationOfState]
eos = "polytrope"
polytrope_gamma = 1.6666666666666666667
polytrope_k = 100.0
[SRHD]
id = "simple_wave"
bc = "from_id"
av_regularization = "mono"
[Mesh]
range = [ -10.0, 10.0 ]
n = 5
k = 100
basis = "lgl"
periodic = false
[Output]
variables1d = [ "D", "S", "tau", "p", "rho", "eps", "v", "smoothed_mu" ]
aligned_ts = "$(collect(range(0.1,6.4,step=0.1)))"
[Evolution]
cfl = 0.125
tend = 5.0
[Log]
progress_stdout = true
[HRSC]
method = "av"
av_method = "mda"
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