Bernoulli's theorem

Category: Fluid Analysis (CFD) | Integrated 2026-04-06
CAE visualization for bernoulli equation theory - technical simulation diagram
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.


$$ \rho\frac{D\mathbf{u}}{Dt} = -\nabla p + \rho\mathbf{g} $$

๐ŸŽ“

Integrating for steady flow along a streamline gives Bernoulli's equation.


$$ p + \frac{1}{2}\rho v^2 + \rho g z = \text{const (along a streamline)} $$

๐Ÿง‘โ€๐ŸŽ“

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$.


$$ p_0 = p + \frac{1}{2}\rho v^2 + \rho g z $$

๐Ÿง‘โ€๐ŸŽ“

It can also be written in head form, right?


๐ŸŽ“

Exactly. Dividing both sides by $\rho g$ gives the head form.


$$ \frac{p}{\rho g} + \frac{v^2}{2g} + z = H = \text{const} $$

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.


ConditionMeaningIf 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 StreamlineEnergy conservation is per streamlineHolds throughout space for irrotational flow
๐ŸŽ“

For flows with viscous losses, use the extended form.


$$ \frac{p_1}{\rho g} + \frac{v_1^2}{2g} + z_1 = \frac{p_2}{\rho g} + \frac{v_2^2}{2g} + z_2 + h_L $$

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}$.

Coffee Break Trivia

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.


$$ p_0 = p_{\text{static}} + \frac{1}{2}\rho |\mathbf{u}|^2 $$

๐ŸŽ“

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.


$$ p_i - p_j = \frac{1}{2}\rho v_{ij}^2 \left(f\frac{L}{D} + \sum K\right) $$

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 ItemBernoulli Theoretical ValueComparison 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.

Coffee Break Trivia

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.

Related Simulators

Experience the theory firsthand with the interactive simulator for this field

All Simulators

Related fields

Thermal AnalysisV&V ยท Quality AssuranceStructural Analysis
Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI โ€” Sitemap
About the Authors