Skip to content
cfd-lab:~/ko/tools/under-relaxation-planneronline
$ cd ..

Under-Relaxation 플래너

SIMPLE류 반복에서 relaxation factor가 보정량, 감쇠 속도, overshoot 위험을 어떻게 바꾸는지 시각화합니다.

visual calculator수치해석

숫자를 넣기 전에 유동의 모양을 먼저 잡습니다.

이 도구는 입력값을 단순 결과표가 아니라 레짐, 스케일, 지배 효과로 읽게 만듭니다. 아래 계산기를 조작하면서 그림의 흐름과 결과가 어떻게 같이 움직이는지 확인하세요.

01
입력 스케일
02
지배식
03
판정
under-relaxationSIMPLEsolver stabilityresidual
공식
KaTeX rendered
phi_new = phi_old + alpha Delta phiresidual_N ˜= residual_0 (1-alpha)ˆN\begin{aligned}\text{phi\_new = phi\_old + alpha Delta phi}\\[0.35em]\text{residual\_N \~{}= residual\_0 (1-alpha)\^{}N}\end{aligned}
ASCII sourcephi_new = phi_old + alpha Delta phi, residual_N ~= residual_0 (1-alpha)^N
Under-relaxation responseapplied correctionalpha damps each nonlinear correction before update0% risk1e+01e-21e-41e-6idealized residual damping per nonlinear iteration
applied correction
0.5000
withheld correction
0.5000
residual after N
0.0002
iterations to 95% damping
4.3219
overshoot risk
0.0%
setting
balanced
alpha
0.5000
raw correction
1.0000

This is an intuition tool for nonlinear fixed-point damping. Real stability also depends on mesh quality, discretization, boundary conditions, and coupling strategy.