Skip to content
cfd-lab:~/en/tools/time-step-budgetonline
$ 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
dt_max = min(C dx/UC_a dx/(a+U)Fo dxˆ2/nu)\begin{aligned}\text{dt\_max = min(C dx/U}\\[0.35em]\text{C\_a dx/(a+U)}\\[0.35em]\text{Fo dx\^{}2/nu)}\end{aligned}
ASCII sourcedt_max = min(C dx/U, C_a dx/(a+U), Fo dx^2/nu)
Time-step budgetadvective8.889e-5acoustic7.792e-6diffusion0.4167current0.0001limiting dtcurrent dt exceeds budgetlimiter: acoustic CFL
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.