Bernoulli's theorem
Bernoulli's theorem: Theoretical Foundations
Overview
Professor, I often hear about Bernoulli's theorem, but why is it so important?
It's the law of energy conservation for steady, inviscid, incompressible flow. It's one of the most fundamental and powerful tools in fluid mechanics. Because it directly links flow velocity and pressure, it's used everywhere from piping design to pitot tubes and Venturi tubes.
Derivation of the Governing Equation
How is it derived?
Consider the component along a streamline of the Euler equations (the equations of motion for inviscid fluid). Integrating along a streamline for steady flow yields Bernoulli's equation.
The Euler equations are as follows.
Integrating for steady flow along a streamline gives Bernoulli's equation.
What does each term represent?
The first term $p$ is the static pressure, the second term $\frac{1}{2}\rho v^2$ is the dynamic pressure, and the third term $\rho gz$ is the hydrostatic pressure. Their sum is called the total pressure $p_0$.
It can also be written in head form, right?
Exactly. Dividing both sides by $\rho g$ gives the head form.
Here, $\frac{p}{\rho g}$ is the pressure head, $\frac{v^2}{2g}$ is the velocity head, $z$ is the elevation head, and $H$ is the total head.
Application Conditions and Limitations
Can it be used for any flow?
No, there are strict application conditions.
| Condition | Meaning | If Violated |
|---|---|---|
| Steady Flow | $\partial/\partial t = 0$ | Unsteady Bernoulli equation needed |
| Inviscid | $\mu = 0$ (no friction) | Add head loss term |
| Incompressible | $\rho = \text{const}$ | Compressible Bernoulli equation needed |
| Same Streamline | Energy conservation is per streamline | Holds throughout space for irrotational flow |
For flows with viscous losses, use the extended form.
Here, $h_L$ is the head loss (pressure loss due to friction, valves, bends, etc.).
I see, so in practice, the key is accurately estimating the head loss.
Exactly. In piping design, it's standard practice to combine it with the Darcy-Weisbach equation $h_L = f \frac{L}{D}\frac{v^2}{2g}$.
The Textbook Explanation for "Why Wings Generate Lift" is Probably Wrong
"Because the top is longer, air flows faster and pressure drops"โthis is a common explanation for wing lift in middle school science and introductory books, but it has a major flaw. The premise that "air on the top and bottom must reach the trailing edge at the same time" actually has no basis. In reality, the "equal transit time" of upper and lower air does not occur; the flow velocity on the upper surface is significantly faster than that premise suggests. The true lift is explained by circulation theory. Bernoulli's theorem is correct as a tool stating "faster flow means lower pressure," but textbooks often skip explaining why it becomes faster.
Computational Methods for Bernoulli's theorem
Numerical Application of Bernoulli's Equation
How is Bernoulli's equation used in CFD? You don't solve it directly, right?
Good question. In CFD, the basic approach is to solve the Navier-Stokes equations, so you don't directly discretize and solve Bernoulli's equation. However, Bernoulli's principle plays a core role in setting boundary conditions, verifying results, and 1D network analysis.
Application to Boundary Conditions
How is it used for boundary conditions?
For example, when setting a pressure inlet and pressure outlet, the relationship between total pressure and static pressure is needed.
When setting a pressure-inlet in Ansys Fluent, you specify the Total Pressure, but internally it uses this equation to maintain consistency with the velocity field. Be careful not to confuse total and static pressure, as it can cause significant deviation from the expected flow rate.
1D Network Analysis
Are there cases where 1D analysis suffices instead of 3D CFD?
For preliminary studies of piping networks, 1D analysis using Bernoulli's equation plus loss terms is very effective. It solves simultaneous equations: pressure balance at nodes and flow balance in branches.
Here, $K$ is the local loss coefficient (valves, elbows, etc.), and $f$ is the Darcy friction factor. Piping analysis tools like Flownex or AFT Fathom implement this.
Use in Verification
Can it also be used to verify CFD results?
Of course. Comparing CFD results for a Venturi tube or contraction section with Bernoulli's theoretical values is a basic verification method.
| Verification Item | Bernoulli Theoretical Value | Comparison Point with CFD Results |
|---|---|---|
| Velocity increase at contraction | $v_2 = v_1 \sqrt{A_1/A_2}$ (using continuity equation) | Compare centerline velocity |
| Pressure drop at contraction | $\Delta p = \frac{1}{2}\rho(v_2^2 - v_1^2)$ | Compare cross-sectional average pressure |
| Total pressure from pitot tube | $p_0 = p + \frac{1}{2}\rho v^2$ | Compare with stagnation pressure |
If the Reynolds number is sufficiently high (around $Re > 10^4$) and there is no flow separation, the difference from the theoretical value should be within a few percent. If it deviates significantly, there is likely a problem with the mesh or boundary conditions.
So Bernoulli's theorem is ideal for a "sanity check" of CFD results.
What Bernoulli Can and Cannot Design
The conditions for using Bernoulli's theorem are four: "inviscid, steady, incompressible, same streamline." In practice, a common pitfall is forgetting the "same streamline" condition. For example, when calculating the pressure difference across a pump using Bernoulli, you must check if the inlet and outlet streamlines are the same, or you'll get it wrong. In piping design, the standard is to use the extended form of Bernoulli with "head loss" added. By adding friction loss, bend loss, sudden expansion loss, etc., as loss coefficients, viscous effects can be treated approximately. It's originally an equation for "ideal fluid," but engineers cleverly extend its use.
Experience the theory firsthand with the interactive simulator for this field
All Simulators