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

IntegartionTests: add grhd_tov_spherical1d ref test

parent df95ad12
No related branches found
No related tags found
1 merge request!101Refactor GRHD project
Pipeline #6199 passed
This commit is part of merge request !101. Comments created here will be created in the context of that merge request.
[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
File added
......@@ -80,6 +80,11 @@ reltol = 1e-6
# runs into discontinuity
variables = [ "D", "Sr", "τ", "p", "ρ", "ϵ", "vr" ]
[grhd_tov_spherical1d]
# test does not use any hrsc method, so we can encounter garbage
# but we are happy when it runs
variables = []
# 2D tests
[advection2d_sine]
......
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