Skip to content
Snippets Groups Projects

make shock tube and blast wave tests run for SRHD when using MDA AV

Merged Florian Atteneder requested to merge fa/srhd-sod-shocktube into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -88,7 +88,7 @@ end
#######################################################################
@with_signature [legacy=false] function cons2prim_kastaun(equation::AbstractEquation)
@with_signature [simd=false,legacy=false] function cons2prim_kastaun(equation::AbstractEquation)
@accepts D, S, tau, x
@unpack eos = equation
@@ -300,7 +300,6 @@ end
taub4 = tau
# invert this for tau: eps = W * (q - mu * r2) + v^2 * W^2 / (1.0 + W), q = tau / D
tau = (eps / W - v^2 * W / (1.0 + W) + mu * r2) * D
@warn "atmosphering II @ x = $x : (taub4,tau) = ($taub4, $tau)"
end
# if rho < rhomin || eps < epsmin
# @warn "atmosphering II @ x = $x : (rho,eps) = ($rho, $eps)"
Loading