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

update examples once more

parent bff4db28
No related branches found
No related tags found
1 merge request!101Refactor GRHD project
Pipeline #6200 passed
...@@ -6,11 +6,11 @@ polytrope_gamma = "$(4/3)" ...@@ -6,11 +6,11 @@ polytrope_gamma = "$(4/3)"
[GRHD] [GRHD]
bc = "from_id" bc = "from_id"
id = "bondi_accretion" id = "bondi_accretion"
id_filename = "bondi_accretion.h5" id_filename = """$(joinpath(ROOTDIR,"initialdata","bondi_accretion.h5"))"""
[Mesh] [Mesh]
range = [ 1.8, 10.0 ] range = [ 1.8, 10.0 ]
k = 4048 k = 1024
scheme = "FV" scheme = "FV"
periodic = false periodic = false
......
...@@ -15,24 +15,22 @@ range = [ 0.5, 20.0 ] ...@@ -15,24 +15,22 @@ range = [ 0.5, 20.0 ]
# n = 1 # n = 1
# k = 2048 # k = 2048
n = 4 n = 4
k = 125 k = 124
basis = "lgl" basis = "lgl"
periodic = false periodic = false
[Output] [Output]
# every_iteration = 1 # every_iteration = 1
every_dt = 0.2 # every_dt = 0.2
variables = [ "D", "Sr", "τ", variables = [ "D", "Sr", "τ",
"p", "ρ", "ϵ", "vr", "p", "ρ", "ϵ", "vr",
# "rD", "rSr", "rτ", "src_D", "src_Sr", "src_τ",
# "rhs_rD", "rhs_rSr", "rhs_rτ", "flr_D", "flr_Sr", "flr_τ",
# "src_rD", "src_rSr", "src_rτ",
# "flr_rD", "flr_rSr", "flr_rτ",
# "A", "∂Ar", "B", "∂Br" # "A", "∂Ar", "B", "∂Br"
] ]
# aligned_ts = "$(collect(range(0.01,0.6,step=0.01)))" aligned_ts = "$(collect(range(0.2,120.0,step=0.2)))"
enable1d = true enable1d = true
[Evolution] [Evolution]
cfl = 0.2 cfl = 0.2
tend = 40.0 tend = 120.0
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