$ cd ..
Riemann Wave-Speed Estimator
Compute HLLE/Rusanov wave-speed envelope and explicit dt limit from left/right Euler states with a wave-fan sketch.
visual calculatorNumerics & Stability
Read the flow shape before trusting the number.
This page turns a CFD setup into regime, scale, and dominant-effect cues. Adjust the calculator below and compare the moving graphic with the computed result.
01
input scale
02
model
03
check
Riemann solverHLLECFLcompressible numerics
formula
KaTeX rendered
ASCII source
S_L = min(u_L-a_L, u_R-a_R), S_R = max(u_L+a_L, u_R+a_R), dt = CFL dx / max(|S|)a_L / a_R
374.17 / 334.66
S_L (m/s)
-374.166
S_R (m/s)
374.166
spectral radius
374.166
dt max (s)
1.336e-5
These bounds are useful for first-pass explicit time-step limits and Rusanov/HLLE flux dissipation estimates.