Skip to content
cfd-lab:~/en/tools/cflonline
$ cd ..

CFL Condition

Check whether the current time step is stable for explicit integration.

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
CFLnumericsstability
formula
KaTeX rendered
C = u dt / dx\begin{aligned}\text{C = u dt / dx}\end{aligned}
ASCII sourceC = u dt / dx
C (current)
0.1000 ✓ stable
Δt_max for current Δx
5.000e-3 s

Explicit Euler 1-D advection: C_max = 1. Higher-order RK (e.g., RK4) typically allows C ≈ 1.4–2 for advection, but viscous & non-linear terms add tighter limits.