CH13_FLUID
·
LESSON05 / 05
·
VERIFIED2026.05.27

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.

실린더 주위 흐름 · Re=200 · 카르만 와류 가시 WEBGL · NS APPROX
200
이론 · 깊이 보기
Theory · in depth

한 줄에 담긴 모든 흐름.

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$와 같다는 게 무슨 뜻인가요?
유체에서는 한자리에 머무는 입자를 쫓는 대신, 공간의 각 지점에서 속도장을 봅니다. 그래서 가속도를 두 부분으로 나눠 써야 합니다. 시간이 흐르며 그 자리의 속도가 변하는 부분($\partial_t\vec{v}$)과, 입자가 속도가 다른 자리로 옮겨 가며 겪는 변화($\vec{v}\cdot\nabla\vec{v}$)입니다. 이 둘을 합한 것이 유체 입자가 실제로 느끼는 가속도(물질 도함수)이고, 여기에 밀도를 곱하면 $ma$의 단위 부피판이 됩니다. 오른쪽은 그 가속을 만드는 힘들이니, 전체가 정확히 "질량 곱하기 가속도 = 힘의 합"이라는 뉴턴의 제2법칙입니다. 다만 표현이 유체에 맞게 옷을 갈아입은 것뿐입니다.
Q1 How exactly is this equation the same as $F = ma$?
In fluid mechanics we describe the flow by a velocity field at every point in space rather than tracking individual particles. Acceleration therefore has two parts: how the velocity at a fixed location changes with time ($\partial_t\vec{v}$), and how the velocity changes as the parcel moves to a location with a different velocity ($\vec{v}\cdot\nabla\vec{v}$). Together they form the material derivative — the acceleration felt by a fluid parcel as it travels. Multiplying by density gives the per-unit-volume equivalent of $ma$. The right-hand side is the total force acting on that parcel; the whole statement is exactly "mass times acceleration equals the sum of forces" — Newton's second law dressed in the language of fields.
Q2 비선형 항 하나가 그렇게까지 문제가 되나요?
그렇습니다. $\vec{v}\cdot\nabla\vec{v}$는 속도가 속도 자신에게 곱해지는 항이라, 흐름이 자기 자신에게 되먹임을 합니다. 이 되먹임 때문에 아주 작은 교란이 점점 커져 큰 소용돌이로 자라고, 큰 소용돌이는 다시 잘게 부서지며 에너지를 더 작은 규모로 흘려보냅니다. 이것이 난류의 본질이고, 초기 조건이 조금만 달라도 결과가 크게 갈리는 혼돈을 낳습니다. 그래서 일기 예보가 며칠 뒤로 갈수록 불확실해지는 것이고, 같은 이유로 이 방정식의 일반 해를 손으로 적어 내는 일이 사실상 불가능합니다. 선형 방정식이라면 부분 해들을 더해 전체 해를 만들 수 있지만, 비선형에서는 그 편리한 중첩이 통하지 않습니다.
Q2 Can a single nonlinear term really cause that much trouble?
Yes. The term $\vec{v}\cdot\nabla\vec{v}$ feeds velocity back into itself, creating a self-referential loop. Because of this feedback, tiny disturbances grow into large vortices; the large vortices in turn break into smaller ones and pass energy down to ever finer scales. That cascade is the essence of turbulence, and it means a tiny difference in initial conditions can produce wildly different outcomes — which is exactly why weather forecasts become unreliable after a few days. For the same reason, writing down a general analytical solution by hand is essentially impossible. With a linear equation you could add partial solutions together to build a full solution (superposition), but nonlinearity destroys that convenience.
Q3 풀지도 못하는 식을 어디에 쓰나요?
손으로 못 풀 뿐, 컴퓨터로는 충분히 잘 근사합니다. 공간과 시간을 아주 잘게 쪼개 각 칸에서 방정식을 수치적으로 풀어 나가는 방법을 전산 유체 역학(CFD)이라 부릅니다. 비행기 날개의 양력과 항력, 자동차의 공기 저항, 건물 주위의 바람, 일기 예보, 반도체 공정의 가스 흐름, 심지어 은하 속 가스의 운동까지 모두 이 방식으로 계산합니다. 또 흐름이 아주 단순하고 대칭이 좋은 경우에는 손으로 풀리는 특수 해도 있습니다. 두 평판 사이의 쿠에트 흐름, 관 속의 푸아죄유 흐름, 점성이 압도하는 저레이놀즈 영역의 스토크스 흐름이 대표적입니다. 이런 특수 해들이 CFD 결과를 검증하는 시금석이 됩니다.
Q3 If the equation cannot be solved by hand, what use is it?
It cannot be solved analytically in general, but computers approximate it extremely well. Discretising space and time into tiny cells and marching the solution forward step by step is the field of Computational Fluid Dynamics (CFD). Wing lift and drag, automotive aerodynamics, wind loads on buildings, weather forecasting, semiconductor process gas flows, and even the motion of gas in galaxies — all are computed this way. A handful of exact analytical solutions also exist for highly symmetric geometries: Couette flow (linear velocity profile between two plates), Poiseuille flow (parabolic profile in a pipe), and Stokes flow (viscosity-dominated, low-Re regime). These exact solutions serve as the benchmark against which CFD results are validated.
① 나비에-스토크스 방정식(비압축)
$\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)
대부분의 실제 흐름은 공간을 격자로 쪼개 수치적으로 풉니다. 비행기·자동차의 공기역학, 기상 예보, 건축물 풍하중, 반도체 공정 가스 흐름이 모두 CFD의 결과물입니다. 격자를 얼마나 촘촘히 하고 난류를 어떻게 모형화하느냐가 정확도와 계산 비용을 가릅니다.
핵심 나비에-스토크스 방정식은 뉴턴의 제2법칙을 유체에 옮긴 한 줄로, 거의 모든 유체 흐름을 담아냅니다. 그러나 비선형 항이 만드는 난류 때문에 일반 해는 손으로 풀 수 없고, 대부분 컴퓨터로 근사합니다. 3차원에서 매끄러운 해가 늘 존재하는지는 아직 증명되지 않은 밀레니엄 난제로 남아 있습니다.
① Navier-Stokes equation (incompressible)
$\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 nonlinear term and turbulence
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 solutions for special cases
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.
④ Numerical flow simulation (CFD)
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.
Key point The Navier-Stokes equation is Newton's second law rewritten for a fluid — one line that captures almost all fluid flow. Its nonlinear term spawns turbulence that makes analytical solutions generally impossible; in practice, computers provide approximate solutions that underpin aircraft design, weather forecasting, automotive engineering, and semiconductor manufacturing. Whether smooth solutions always exist in three dimensions remains an open Millennium Prize Problem.
쉽게 말하면

나비에-스토크스 방정식은 결국 유체판 $F = ma$입니다. 유체 한 덩어리가 어떻게 가속되는지를, 압력과 점성과 중력이라는 힘으로 적어 둔 것이지요. 다만 속도가 자기 자신에게 곱해지는 항 하나 때문에 흐름이 스스로 소용돌이를 만들어 혼돈에 빠지고, 그래서 손으로는 거의 못 풉니다. 비행기와 날씨, 반도체 공정의 흐름을 컴퓨터로 푸는 이유가 바로 이것입니다.

Plain language

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 같은 난류 모형을 씁니다.
출처 White, Fluid Mechanics 8e Ch.4 · Acheson, Elementary Fluid Dynamics · Batchelor, An Introduction to Fluid Dynamics · Navier (1822), Stokes (1845) · Clay Mathematics Institute, Navier-Stokes Millennium Problem (2000).
Academic · derivations
Material derivative and where Re appears
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.
Relation to the Euler equation and Bernoulli
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.
The Millennium Problem and turbulence models
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.
Sources White, Fluid Mechanics 8e Ch.4 · Acheson, Elementary Fluid Dynamics · Batchelor, An Introduction to Fluid Dynamics · Navier (1822), Stokes (1845) · Clay Mathematics Institute, Navier-Stokes Millennium Problem (2000).
실제 세계의 응용
Real-world applications
항공 · CFD
항공기 공기역학
날개의 양력과 항력, 엔진 흡입구의 흐름을 모두 나비에-스토크스 방정식을 수치적으로 풀어 설계합니다. 풍동 시험과 CFD가 서로를 검증하며 함께 쓰입니다.
기상 · 예보
날씨와 기후 모델
대기와 해양을 거대한 격자로 나눠 나비에-스토크스 방정식을 풀어 예보를 만듭니다. 비선형성이 만드는 혼돈 때문에 예보는 시간이 지날수록 불확실해집니다.
자동차 · 항력
차체 공기 저항 설계
차 주위의 공기 흐름을 시뮬레이션해 항력과 양력, 소음을 줄입니다. 같은 방정식으로 엔진 냉각과 내부 공조 흐름까지 함께 설계합니다.
반도체 · 공정
증착·식각 챔버 가스 흐름
웨이퍼 위에 막을 고르게 입히려면 챔버 안 가스 흐름이 균일해야 합니다. 나비에-스토크스 시뮬레이션으로 흐름을 다듬어 균일도를 높입니다(예시: 일반적인 반도체 공정).
의료 · 혈류
혈류와 동맥류 해석
환자의 혈관 형상을 모델링해 혈류를 시뮬레이션하면, 동맥류 파열 위험이나 스텐트 설치 효과를 미리 가늠할 수 있습니다. 환자 맞춤형 진단의 토대입니다.
자연 · 와류
카르만 와류와 구조물
원통형 구조물 뒤로 교대로 떨어지는 카르만 와류는 다리 케이블이나 굴뚝을 진동시킵니다. 설계 단계에서 이 진동을 예측해 공진을 피하는 것이 안전의 핵심입니다.
Aviation · CFD
Aircraft aerodynamics
Wing lift and drag, engine inlet flow — all designed by numerically solving the Navier-Stokes equations. Wind-tunnel tests and CFD simulations validate each other throughout the design process.
Weather · forecasting
Weather and climate models
Atmosphere and ocean are discretised into massive grids and Navier-Stokes is marched forward in time to produce forecasts. Nonlinearity-driven chaos means uncertainty grows steadily as the forecast horizon extends.
Automotive · drag
Vehicle aerodynamic design
Simulating airflow around a car body reduces drag, lift, and wind noise. The same equations govern engine cooling flow and cabin ventilation, so all are designed in a common computational framework.
Semiconductor · process
Deposition and etch chamber gas flow
Uniform deposition of thin films on wafers requires uniform gas flow inside the process chamber. Navier-Stokes simulations refine that flow to improve film uniformity (example: general semiconductor process chambers).
Medical · blood flow
Blood-flow and aneurysm analysis
Modelling a patient's vessel geometry and simulating blood flow allows clinicians to assess aneurysm rupture risk or stent effectiveness before a procedure — the basis of patient-specific diagnosis.
Nature · vortices
Kármán vortices and structures
Alternating vortices shed behind cylindrical structures vibrate bridge cables and chimneys. Predicting this vortex-induced vibration at the design stage and detuning it away from resonance is essential for structural safety.
정리

나비에-스토크스 방정식은 뉴턴의 제2법칙을 유체에 옮긴 한 줄로, 우리가 이 장에서 만난 압력·부력·베르누이·레이놀즈를 모두 품는 가장 일반적인 흐름의 법칙입니다. 비선형 항이 만드는 난류 탓에 손으로는 거의 풀 수 없지만, 컴퓨터로 근사한 해가 비행기와 날씨, 자동차와 반도체 공정을 떠받칩니다. 아름답도록 단순하면서 끝내 다 풀리지 않는 이 방정식이, 유체 역학이라는 긴 여정의 마지막 풍경입니다.

Summary

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.

← Lesson 04 Reynolds 수Reynolds number