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

spherical accretion:make sure K, Gamma agree with loaded data

parent da298761
No related branches found
No related tags found
1 merge request!101Refactor GRHD project
......@@ -55,8 +55,8 @@ function initialdata_equation!(::Val{:bondi_accretion}, env, P::Project{:spheric
(; Γ, K, ρc, rc, M, r, ρ, ϵ, p, vr)
end
# @show data.K - equation.eos.K
# @show data.Γ - equation.eos.Gamma
@assert data.K equation.eos.K
@assert data.Γ equation.eos.Gamma
@unpack D, Sr, τ = get_dynamic_variables(mesh.cache)
@unpack ρ, p, ϵ, vr, r, max_v,
......
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