$ cd ..
Time-Step Budget Visualizer
Compare advective CFL, acoustic CFL, and diffusion Fourier limits to identify the active time-step bottleneck.
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
time stepCFLFourierexplicit solver
formula
KaTeX rendered
ASCII source
dt_max = min(C dx/U, C_a dx/(a+U), Fo dx^2/nu)limiting dt (s)
7.792e-6
current / limit
1283.3%
limiting physics
acoustic CFL
advective dt (s)
8.889e-5
acoustic dt (s)
7.792e-6
diffusion dt (s)
0.4167
current CFL
0.9000
current Fo
6.000e-5
For compressible explicit solvers, acoustic speed often dominates. For viscous DNS/LES near walls, the diffusion limit can become the smallest budget.