Skip to content
Snippets Groups Projects

Refactor GRHD project

Merged Florian Atteneder requested to merge fa/grhd into main
Files
6
+ 25
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 ]
k = 1024
scheme = "FV"
periodic = false
[Output]
every_iteration = 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 = 1.0
tend = 20.0
Loading