Skip to content
Snippets Groups Projects

Refactor GRHD project

Merged Florian Atteneder requested to merge fa/grhd into main
Files
3
+ 27
0
[EquationOfState]
eos = "polytrope"
polytrope_k = 0.02143872868864732
polytrope_gamma = "$(4/3)"
[GRHD]
bc = "from_id"
id = "bondi_accretion"
id_filename = "$(joinpath(ROOTDIR,\"initialdata\",\"bondi_accretion.h5\"))"
[Mesh]
range = [ 1.8, 10.0 ]
n = 4
k = 35
basis = "lgl"
periodic = false
[Output]
every_iteration = 1
# every_dt = 0.1
variables = [ "D", "Sr", "τ", "p", "ρ", "ϵ", "vr", "rhs_D", "rhs_Sr", "rhs_τ", "src_D", "src_Sr", "src_τ" ]
# aligned_ts = "$(collect(range(0.01,0.6,step=0.01)))"
enable1d = true
[Evolution]
cfl = 0.4
tend = 20.0
Loading