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

CFL 条件

判断显式时间推进中当前时间步是否稳定。

visual calculator数值与稳定性

先看流动形态,再相信数字。

该工具把 CFD 设置转换为工况、尺度和主导效应提示。调节下方计算器,观察动态图与计算结果如何一起变化。

01
输入尺度
02
模型
03
判断
CFLnumericsstability
公式
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.