The equation that describes all flow.
나비에-스토크스, 모든 유체 흐름을 담은 단 한 줄
Navier-Stokes — one line that contains all fluid flow
지금까지 우리는 유체를 세 숫자로 설명하고, 압력과 부력을 만나고, 베르누이와 레이놀즈를 거쳐 왔습니다. 그렇다면 이 모든 흐름을 한꺼번에 기술하는 진짜 대장 방정식이 있을까요. 있습니다. 19세기에 나비에와 스토크스가 완성한 $\rho\left(\partial_t \vec{v} + \vec{v}\cdot\nabla\vec{v}\right) = -\nabla p + \mu\nabla^2\vec{v} + \vec{f}$입니다. 놀랍게도 이것은 우리가 잘 아는 뉴턴의 제2법칙 $F = ma$를 유체에 그대로 옮긴 식입니다.
So far we have described fluids with three numbers, met pressure and buoyancy, and worked through Bernoulli and Reynolds. Is there a single master equation that describes all of these flows at once? There is. Completed by Navier and Stokes in the 19th century: $\rho\left(\partial_t \vec{v} + \vec{v}\cdot\nabla\vec{v}\right) = -\nabla p + \mu\nabla^2\vec{v} + \vec{f}$. Remarkably, it is nothing other than Newton's second law $F = ma$ rewritten for a fluid.
식을 한 항씩 뜯어보면 친근해집니다. 왼쪽은 유체 한 덩어리의 가속도(질량 곱하기 가속도에 해당)이고, 오른쪽은 그 가속을 만드는 힘들입니다. 압력이 높은 곳에서 낮은 곳으로 미는 힘($-\nabla p$), 점성이 속도를 이웃과 고르게 퍼뜨리는 힘($\mu\nabla^2\vec{v}$), 그리고 중력 같은 외력($\vec{f}$)이지요. 즉 강물의 소용돌이든 비행기 주위의 바람이든, 결국은 이 힘의 균형이 만들어 내는 결과입니다.
Unpacking the equation term by term makes it familiar. The left-hand side is the fluid parcel's acceleration (mass times acceleration per unit volume). The right-hand side lists the forces causing that acceleration: a pressure gradient pushing from high to low ($-\nabla p$), viscosity spreading velocity smoothly among neighbours ($\mu\nabla^2\vec{v}$), and external forces such as gravity ($\vec{f}$). Whether it is a river whirlpool or the wind around an aircraft, the result is always just this balance of forces.
문제는 가운데 숨은 $\vec{v}\cdot\nabla\vec{v}$라는 항입니다. 속도가 속도 자신에게 곱해지는 이 비선형 항이 난류라는 혼돈을 낳고, 그래서 대부분의 경우 손으로는 풀 수가 없습니다. 비행기, 자동차, 기상 예보, 반도체 공정의 흐름은 모두 컴퓨터 수치 해석(CFD)으로 근사해 풉니다. 심지어 3차원에서 이 방정식의 해가 언제나 매끄럽게 존재하는지는 아직 아무도 증명하지 못해, 클레이 수학연구소가 100만 달러를 건 밀레니엄 7대 난제 중 하나로 남아 있습니다. 아래에서 이 방정식이 그려 내는 카르만 와류를 직접 만들어 보세요.
The trouble lies in the hidden term $\vec{v}\cdot\nabla\vec{v}$. This nonlinear term — velocity multiplied by itself — gives birth to turbulence and chaos, making the equation unsolvable by hand in most cases. Aircraft, cars, weather forecasting, and semiconductor process flows are all solved numerically by computer (CFD). Even whether smooth solutions always exist in three dimensions remains unproved — it is one of the Clay Mathematics Institute's Millennium Prize Problems, carrying a $1 million reward. Generate Kármán vortices with the simulation below.
한 줄에 담긴 모든 흐름.
All flow in one line.
강물의 소용돌이부터 비행기 주위의 바람까지, 정말 한 방정식으로 다 설명될까요?
나비에-스토크스 방정식은 그 자체로 거창해 보이지만, 뜯어보면 우리가 이미 아는 뉴턴의 제2법칙 $F = ma$입니다. 유체 한 덩어리를 따라가며 그것의 질량 곱하기 가속도가 무엇과 같은지를 쓴 것이 전부입니다. 왼쪽 $\rho\left(\partial_t\vec{v} + \vec{v}\cdot\nabla\vec{v}\right)$가 단위 부피당 질량 곱하기 가속도이고, 오른쪽이 그 가속을 만드는 힘들입니다. 압력 차로 미는 힘 $-\nabla p$, 점성이 속도를 고르게 퍼뜨리는 힘 $\mu\nabla^2\vec{v}$, 그리고 중력 같은 외력 $\vec{f}$이지요. 여기에 질량이 보존된다는 조건 $\nabla\cdot\vec{v} = 0$을 더하면 미지수 네 개에 방정식 네 개가 맞춰집니다.
그런데 이 우아한 식이 왜 그렇게 풀기 어려울까요. 범인은 가운데 숨은 $\vec{v}\cdot\nabla\vec{v}$라는 비선형 항입니다. 속도가 자기 자신에게 곱해지는 이 항 때문에 작은 교란이 증폭되어 소용돌이와 난류가 생기고, 깔끔한 공식 해(해석해)를 거의 얻을 수 없습니다. 그래서 우리는 대칭이 좋은 몇몇 특수한 경우를 빼면 컴퓨터로 잘게 쪼개 근사해 풉니다. 아름답도록 단순하면서 거의 풀리지 않는다는 점이, 이 방정식을 물리학의 가장 매력적인 미스터리로 만듭니다.
From a river whirlpool to the wind around an aircraft — can one equation really describe all of it?
The Navier-Stokes equation looks imposing, but stripped down it is Newton's second law $F = ma$ applied to a fluid. It simply says: follow a small parcel of fluid and write down what equals its mass times its acceleration. The left-hand side, $\rho\left(\partial_t\vec{v} + \vec{v}\cdot\nabla\vec{v}\right)$, is mass times acceleration per unit volume. The right-hand side lists the forces: the pressure gradient pushing from high to low ($-\nabla p$), viscosity spreading velocity smoothly across neighbours ($\mu\nabla^2\vec{v}$), and external forces such as gravity ($\vec{f}$). Adding the mass-conservation condition $\nabla\cdot\vec{v} = 0$ closes the system: four unknowns (three velocity components plus pressure), four equations.
So why is this elegant equation so hard to solve? The culprit is the hidden nonlinear term $\vec{v}\cdot\nabla\vec{v}$. Because velocity multiplies itself, small perturbations amplify into vortices and turbulence, and a clean analytical solution is almost never obtainable. Except for a handful of highly symmetric special cases, we solve the equation numerically — slicing space and time into tiny pieces and marching forward computationally. The fact that it is so beautifully simple yet almost impossible to solve in general is what makes it one of physics' most captivating mysteries.
Q1 이 복잡한 식이 정말 $F = ma$와 같다는 게 무슨 뜻인가요?
Q1 How exactly is this equation the same as $F = ma$?
Q2 비선형 항 하나가 그렇게까지 문제가 되나요?
Q2 Can a single nonlinear term really cause that much trouble?
Q3 풀지도 못하는 식을 어디에 쓰나요?
Q3 If the equation cannot be solved by hand, what use is it?
$\rho\left(\dfrac{\partial \vec{v}}{\partial t} + \vec{v}\cdot\nabla\vec{v}\right) = -\nabla p + \mu\nabla^2\vec{v} + \vec{f}$, 그리고 질량 보존 조건 $\nabla\cdot\vec{v} = 0$. 미지수는 속도 세 성분과 압력, 모두 네 개이고 방정식도 네 개라 원리상 닫힌 계입니다. 왼쪽은 가속도(관성), 오른쪽은 압력 경사·점성 확산·외력입니다.
대류항 $\vec{v}\cdot\nabla\vec{v}$가 방정식을 비선형으로 만들고, 이것이 난류와 혼돈의 근원입니다. 비선형이기 때문에 부분 해를 단순히 더해 전체 해를 만드는 중첩 원리가 통하지 않고, 작은 초기 차이가 크게 증폭되어 장기 예측이 어려워집니다.
대칭이 좋은 몇몇 경우에는 정확한 해가 존재합니다. 두 평판 사이의 선형 속도 분포를 주는 쿠에트(Couette) 흐름, 관 속 포물선 분포를 주는 푸아죄유(Poiseuille) 흐름, 관성을 무시할 수 있는 저레이놀즈 영역의 스토크스(Stokes) 흐름 등입니다. 이들은 단순화 가정 덕분에 비선형 항이 사라지거나 무시되어 풀립니다.
대부분의 실제 흐름은 공간을 격자로 쪼개 수치적으로 풉니다. 비행기·자동차의 공기역학, 기상 예보, 건축물 풍하중, 반도체 공정 가스 흐름이 모두 CFD의 결과물입니다. 격자를 얼마나 촘촘히 하고 난류를 어떻게 모형화하느냐가 정확도와 계산 비용을 가릅니다.
$\rho\left(\dfrac{\partial \vec{v}}{\partial t} + \vec{v}\cdot\nabla\vec{v}\right) = -\nabla p + \mu\nabla^2\vec{v} + \vec{f}$, together with the mass-conservation condition $\nabla\cdot\vec{v} = 0$. There are four unknowns (three velocity components and pressure) and four equations — a closed system in principle. Left side: inertia (acceleration). Right side: pressure gradient, viscous diffusion, external forces.
The advection term $\vec{v}\cdot\nabla\vec{v}$ makes the equation nonlinear and is the origin of turbulence and chaos. Because of nonlinearity the superposition principle fails — partial solutions cannot simply be added to build a full solution — and tiny initial differences amplify dramatically, making long-range prediction hard.
Exact analytical solutions exist when geometry is sufficiently symmetric. Couette flow (linear velocity profile between two plates), Poiseuille flow (parabolic profile in a pipe), and Stokes flow (inertia-negligible, low-Re regime) are the canonical examples. In each case, simplifying assumptions eliminate or make the nonlinear term negligible, allowing a closed-form solution.
Most real flows are solved by discretising space into a grid and marching the equations forward in time. Aircraft and vehicle aerodynamics, weather forecasting, wind loads on buildings, and semiconductor process gas flows are all CFD results. Grid resolution and turbulence modelling determine the trade-off between accuracy and computational cost.
나비에-스토크스 방정식은 결국 유체판 $F = ma$입니다. 유체 한 덩어리가 어떻게 가속되는지를, 압력과 점성과 중력이라는 힘으로 적어 둔 것이지요. 다만 속도가 자기 자신에게 곱해지는 항 하나 때문에 흐름이 스스로 소용돌이를 만들어 혼돈에 빠지고, 그래서 손으로는 거의 못 풉니다. 비행기와 날씨, 반도체 공정의 흐름을 컴퓨터로 푸는 이유가 바로 이것입니다.
The Navier-Stokes equation is $F = ma$ for a fluid. It records how a parcel of fluid accelerates under the forces of pressure, viscosity, and gravity. One single term — velocity multiplied by itself — causes the flow to generate its own vortices and fall into chaos, which is why the equation can almost never be solved by hand. That is why aircraft design, weather forecasting, and semiconductor process flows are all computed by computer.
왼쪽 항은 물질 도함수 $\dfrac{D\vec{v}}{Dt} = \partial_t\vec{v} + \vec{v}\cdot\nabla\vec{v}$로 묶입니다. 방정식을 대표 속도·길이로 무차원화하면 관성항과 점성항의 비가 곧 레이놀즈 수 $Re = \rho v L/\mu$로 나타나, 앞 레슨에서 본 Re가 어디서 오는지가 분명해집니다. 점성항 $\mu\nabla^2\vec{v}$는 운동량을 확산시키는 항입니다.
점성을 0으로 놓으면($\mu = 0$) 나비에-스토크스 방정식은 비점성 흐름의 오일러 방정식으로 줄어듭니다. 이를 유선을 따라 적분하면 우리가 3강에서 만난 베르누이 방정식이 나옵니다. 즉 베르누이는 나비에-스토크스의 특수한 경우인 셈입니다. 점성을 살리면 벽 근처의 경계층과 마찰 손실이 비로소 설명됩니다.
3차원 비압축 나비에-스토크스 방정식에 대해 매끄러운 해가 모든 시간에 존재하고 유일한지는 클레이 수학연구소의 밀레니엄 7대 난제 중 하나로 2026년 현재까지 미해결입니다. 실무에서는 모든 소용돌이를 다 계산하는 직접 수치 모사(DNS)가 비싸기 때문에, 레이놀즈 평균(RANS)이나 큰 소용돌이만 직접 푸는 LES 같은 난류 모형을 씁니다.
The left-hand terms combine into the material derivative $\dfrac{D\vec{v}}{Dt} = \partial_t\vec{v} + \vec{v}\cdot\nabla\vec{v}$. Non-dimensionalising the equation with representative velocity and length reveals that the ratio of the inertial term to the viscous term is the Reynolds number $Re = \rho v L/\mu$ — making clear where Re comes from. The viscous term $\mu\nabla^2\vec{v}$ is a momentum diffusion term.
Setting viscosity to zero ($\mu = 0$) reduces Navier-Stokes to the inviscid Euler equation. Integrating the Euler equation along a streamline yields the Bernoulli equation met in Lesson 03 — confirming that Bernoulli is a special case of Navier-Stokes. Restoring viscosity brings boundary layers and friction losses into the picture.
Whether smooth solutions to the 3D incompressible Navier-Stokes equations always exist and are unique remains one of the Clay Mathematics Institute's seven Millennium Prize Problems — open as of 2026. In engineering practice, resolving all vortices via Direct Numerical Simulation (DNS) is too expensive for most flows; instead, Reynolds-averaged (RANS) or large-eddy simulation (LES) turbulence models are used.
나비에-스토크스 방정식은 뉴턴의 제2법칙을 유체에 옮긴 한 줄로, 우리가 이 장에서 만난 압력·부력·베르누이·레이놀즈를 모두 품는 가장 일반적인 흐름의 법칙입니다. 비선형 항이 만드는 난류 탓에 손으로는 거의 풀 수 없지만, 컴퓨터로 근사한 해가 비행기와 날씨, 자동차와 반도체 공정을 떠받칩니다. 아름답도록 단순하면서 끝내 다 풀리지 않는 이 방정식이, 유체 역학이라는 긴 여정의 마지막 풍경입니다.
The Navier-Stokes equation is Newton's second law rewritten for a fluid — the most general law of flow, which contains pressure, buoyancy, Bernoulli, and Reynolds as special cases. Its nonlinear term makes turbulence and general analytical solutions essentially impossible by hand, yet computer approximations of this very equation underpin aircraft design, weather forecasting, automotive engineering, and semiconductor manufacturing. Beautifully simple in form and profoundly resistant to complete solution, it is the final horizon of this chapter on fluid mechanics.
CHECK 스스로 확인하기
1. 나비에-스토크스 방정식의 오른쪽 세 항은 각각 무슨 힘을 뜻할까요?
→ 압력 경사력($-\nabla p$), 점성 확산력($\mu\nabla^2\vec{v}$), 그리고 중력 같은 외력($\vec{f}$)입니다.
2. 점성을 0으로 놓으면 어떤 식으로 줄어들고, 그것을 유선 따라 적분하면 무엇이 나올까요?
→ 오일러 방정식으로 줄어들고, 유선을 따라 적분하면 베르누이 방정식이 나옵니다.
3. 이 방정식을 손으로 일반적으로 풀기 어려운 근본 원인은 무엇일까요?
→ 대류항 $\vec{v}\cdot\nabla\vec{v}$의 비선형성 때문입니다. 중첩이 통하지 않고 난류·혼돈이 생깁니다.
CHECK Self-check
1. What do the three terms on the right-hand side of the Navier-Stokes equation represent?
→ Pressure gradient force ($-\nabla p$), viscous diffusion force ($\mu\nabla^2\vec{v}$), and external forces such as gravity ($\vec{f}$).
2. If viscosity is set to zero, what equation does Navier-Stokes reduce to? What do you get if you integrate that along a streamline?
→ It reduces to the Euler equation. Integrating along a streamline gives the Bernoulli equation.
3. What is the fundamental reason the Navier-Stokes equation is so hard to solve in general?
→ The nonlinearity of the advection term $\vec{v}\cdot\nabla\vec{v}$. Superposition fails and turbulence/chaos emerge from small perturbations.