Skip to content
Snippets Groups Projects

Refactor GRHD project

Merged Florian Atteneder requested to merge fa/grhd into main
3 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
3
[EquationOfState]
eos = "polytrope"
polytrope_k = 100.0
polytrope_gamma = 2.0
[GRHD]
bc = "from_id"
id = "tov"
id_filename = "$(joinpath(ROOTDIR,\"initialdata\",\"TOV_stable.h5\"))"
atm_factor = 1e-8
formulation = "spherical1d"
[Mesh]
range = [ 0.0, 20.0 ]
n = 4
k = 124
basis = "lgl"
periodic = false
[Output]
variables = [ "D", "Sr", "τ" ]
aligned_ts = "$(collect(range(2.5,10.0,step=2.5)))"
enable1d = true
[Evolution]
cfl = 0.4
tend = 10.0
Loading