Achievable logoAchievable logo
FE Civil
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Resources
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Mathematics
2. Combinatorics, probability and statistics
3. Ethics and professional practice
4. Engineering economics
5. Statics
6. Materials
7. Dynamics
8. Mechanics of materials
9. Fluid mechanics
9.1 Fluid statics
9.2 Mass and energy conservation
9.3 Pipe hydraulics
9.4 Fluid flow measurement
10. Soil mechanics
11. Structural engineering
12. Concrete structure design
13. Water resources engineering
14. Environmental engineering
15. Transportation engineering
16. Surveying
17. Construction engineering
Wrapping up
Achievable logoAchievable logo
9.4 Fluid flow measurement
Achievable FE Civil
9. Fluid mechanics
Our FE Civil course is now in "early access" - get 50% off for a limited time.

Fluid flow measurement

8 min read
Font
Discuss
Share
Feedback

This chapter covers the following:

  • Momentum equations
  • Dimensional analysis and similitude
  • Fluid flow measurement

Momentum equations

Definitions
Impulse-momentum principle
The impulse-momentum principle states that the net external force acting on a control volume equals the rate of change of momentum of the fluid.

The impulse-momentum principle connects the net external force on a control volume to how quickly the fluid’s momentum changes as it flows in and out.

Equation:

∑F=dtdP​=m˙(Vout​−Vin​)

Where:

  • ∑F: Net external force acting on the control volume
  • m˙=ρQ: Mass flow rate
  • Vin​,Vout​: Average inlet and outlet velocity vectors

Example: Force on a straight reducing section

Water flows through a straight reducing section, so the inlet and outlet velocities lie along the same axis and the vector equation reduces to scalar subtraction along that axis:

  • V1​=3m/s
  • V2​=5m/s
  • m˙=10kg/s

F=m˙(V2​−V1​)=10(5−3)=20N

Answer: F=20N

For a bend, the inlet and outlet velocities point in different directions, so apply the equation separately in each direction (∑Fx​=m˙(V2x​−V1x​) and ∑Fy​=m˙(V2y​−V1y​)) and combine the components into the resultant; subtracting speeds directly is valid only when the flow does not change direction.

Dimensional analysis and similitude

Definitions
Dimensional analysis
Dimensional analysis is a method used to simplify physical problems by expressing variables in terms of fundamental dimensions such as mass, length, and time.
Definitions
Similitude
Similitude is the concept of ensuring similarity between a model and its prototype so that experimental results can be reliably scaled.

Many fluid mechanics problems involve several physical variables at once. Dimensional analysis helps you organize those variables using fundamental dimensions (mass, length, time), which often reduces the number of independent quantities you need to work with. That same idea supports similitude, where you test a scaled model and use dimensionless relationships to predict how the full-size prototype will behave.

Dimensional analysis

Two methods are commonly used to perform dimensional analysis: Rayleigh’s method and the Buckingham π theorem.

Rayleigh’s method

Rayleigh’s method starts by assuming a power-law relationship and then uses dimensional consistency to solve for the unknown exponents.

Example:

If the drag force F depends on velocity V, fluid density ρ, and length L:

F=k⋅ρa⋅Vb⋅Lc

Matching dimensions on both sides (F is MLT−2, ρ is ML−3, V is LT−1, and L is L) gives three equations:

MTL​:1=a:−2=−b:1=−3a+b+c​

Solving gives a=1 and b=2; substituting into the L equation gives c=1+3a−b=1+3(1)−2=2. So F=k⋅ρ⋅V2⋅L2.

Buckingham π theorem

If a problem has n variables and r fundamental dimensions, it can be reduced to (n−r) dimensionless groups (π terms).

Steps:

  1. List all variables
  2. Write dimensions for each
  3. Determine number of π terms: π1​,π2​,…,πn−r​
  4. Choose repeating variables (must cover all dimensions)
  5. Form dimensionless groups
  6. Express the relationship using π terms

Example: Applying the Buckingham π theorem

Drag force F depends on velocity V, density ρ, viscosity μ, and length L - 5 variables and 3 fundamental dimensions (M, L, T), so there are 5−3=2 dimensionless π terms. Choosing ρ, V, and L as repeating variables gives:

π1​=μρVL​=Re,π2​=ρV2L2F​

Answer: The relationship reduces to ρV2L2F​=ϕ(Re).

Common dimensionless numbers

  • Reynolds number (Re):

Re=μρVL​

  • Froude number (Fr):

Fr=gL​V​

  • Mach number (Ma):

Ma=cV​

  • Weber number (We):

We=σρV2L​

Similitude

Similitude means setting up a model so it behaves like the prototype in the ways that matter for the problem you’re studying.

Similitude requires three types of similarity between model and prototype:

  • Geometric similarity: Same shape, consistent scale ratios.
  • Kinematic similarity: Similar velocity and acceleration fields.
  • Dynamic similarity: Corresponding forces are in the same ratio.

Model laws

To maintain similarity, key dimensionless numbers must be equal for both model and prototype:

  • Reynolds model law:

Remodel​=Reprototype​

  • Froude model law:

Frmodel​=Frprototype​

  • Mach model law:

Mamodel​=Maprototype​

  • Weber model law:

Wemodel​=Weprototype​

Which law governs depends on the dominant force - use Reynolds similarity when viscous forces dominate (submerged bodies, pipe flow) and Froude similarity when gravity/free-surface forces dominate (spillways, open channels, ships).

Example: Froude scaling

A model spillway is built at a length scale of Lm​/Lp​=1/25. If the prototype flow velocity is Vp​=4m/s, find the model velocity required for dynamic similarity.

Setting Frmodel​=Frprototype​ gives gLm​​Vm​​=gLp​​Vp​​, which simplifies to Vm​=Vp​Lm​/Lp​​.

Vm​=4×1/25​=4×0.2=0.8m/s

Answer: Vm​=0.8m/s

Distorted vs undistorted models

  • Undistorted model: All similarities are preserved.
  • Distorted model: One or more similarities (usually geometric) are intentionally violated to emphasize certain effects.

If complete similarity isn’t achieved, scale effects occur, meaning the model and prototype won’t match perfectly.

Fluid flow measurement

Flow measurement with orifices

Definitions
Orifice meter
An orifice meter measures flow rate by relating the pressure drop across a thin plate orifice to the discharge.

An orifice meter estimates flow rate by measuring the pressure drop created as fluid passes through a thin-plate orifice.

Equation:

Q=Cd​Ao​ρ2ΔP​​

Where:

  • Cd​: Discharge coefficient
  • Ao​: Area of the orifice
  • ΔP: Pressure difference across the orifice
  • ρ: Fluid density

Watch out: These flow-measurement equations are given in the FE Reference Handbook’s fluid mechanics section, so focus on knowing which variable goes where rather than memorizing the formulas. Keep every quantity in one unit system (this chapter uses SI throughout) before you plug into any of them.

Submerged orifice

Both sides of the orifice are submerged.

Equation:

Q=Cd​A2g(H1​−H2​)​

Where:

  • H1​,H2​: Upstream and downstream water levels
  • A: Area of orifice

Orifice discharging freely in the atmosphere

Downstream is open to atmospheric pressure.

Equation:

Q=Cd​A2gH​

Where:

  • H: Height of water above orifice center

Example: Free-discharge orifice

Given:

  • A=0.005m2
  • H=2m
  • Cd​=0.62

Q=0.62×0.005×2×9.81×2​≈0.0194m3/s

Answer: Q≈0.0194m3/s

Pitot tubes

Definitions
Pitot tube
A Pitot tube measures local flow velocity using the difference between stagnation and static pressure.

A Pitot tube measures the local velocity at a point by comparing stagnation pressure to static pressure.

Velocity equation:

V=ρ2ΔP​​

Or using head difference:

V=C2gh​

Where:

  • h: Height difference in manometer
  • C: Coefficient

Venturi meters

Definitions
Venturi meter
A Venturi meter measures flow rate using pressure differences across a converging-diverging section.

A Venturi meter measures flow rate using the pressure change between the inlet and the throat of a converging-diverging section.

Equation:

Q=Cd​A2​1−(A1​A2​​)22gh​​

Where:

  • A1​,A2​: Inlet and throat areas
  • h: Differential head
  • Cd​: Discharge coefficient

Example: Venturi meter flow rate

Given:

  • A1​=0.05m2
  • A2​=0.02m2
  • h=0.5m
  • Cd​=0.98

Q=0.98×0.02×1−(0.02/0.05)22×9.81×0.5​​≈0.0670m3/s

Answer: Q≈0.0670m3/s

Momentum equations

  • Impulse-momentum principle: net external force equals rate of change of fluid momentum
  • Key formula: ∑F=m˙(Vout​−Vin​)
  • Mass flow rate: m˙=ρQ

Dimensional analysis and similitude

  • Dimensional analysis: simplifies problems using fundamental dimensions (mass, length, time)
  • Similitude: ensures model and prototype behave similarly using dimensionless relationships

Dimensional analysis

  • Rayleigh’s method: assumes power-law, solves for exponents via dimensional consistency
  • Buckingham π theorem: reduces n variables with r dimensions to (n−r) dimensionless groups

Common dimensionless numbers

  • Reynolds number: Re=μρVL​
  • Froude number: Fr=gL​V​
  • Mach number: Ma=cV​
  • Weber number: We=σρV2L​

Similitude

  • Geometric similarity: same shape, scale ratios
  • Kinematic similarity: similar velocity/acceleration fields
  • Dynamic similarity: corresponding forces in same ratio

Model laws

  • Maintain similarity by equating key dimensionless numbers for model and prototype:
    • Reynolds, Froude, Mach, Weber model laws

Distorted vs undistorted models

  • Undistorted: all similarities preserved (geometric, kinematic, dynamic)
  • Distorted: one or more similarities intentionally violated
    • Leads to scale effects if similarity is incomplete

Fluid flow measurement

Flow measurement with orifices

  • Orifice meter: measures flow rate via pressure drop across thin plate
  • Key formula: Q=Cd​Ao​ρ2ΔP​​

Submerged orifice

  • Both sides submerged; uses upstream and downstream water levels
  • Formula: Q=Cd​A2g(H1​−H2​)​

Orifice discharging freely

  • Downstream open to atmosphere; uses water height above orifice
  • Formula: Q=Cd​A2gH​

Pitot tubes

  • Measures local velocity using stagnation and static pressure difference
  • Velocity: V=ρ2ΔP​​ or V=C2gh​

Venturi meters

  • Measures flow rate via pressure difference across converging-diverging section
  • Formula: Q=Cd​A2​1−(A2​/A1​)22gh​​

Sign up for free to take 5 quiz questions on this topic

Previous
Next  | 10.1 Weight and volume relationships
All rights reserved ©2016 - 2026 Achievable, Inc.

Fluid flow measurement

This chapter covers the following:

  • Momentum equations
  • Dimensional analysis and similitude
  • Fluid flow measurement

Momentum equations

Definitions
Impulse-momentum principle
The impulse-momentum principle states that the net external force acting on a control volume equals the rate of change of momentum of the fluid.

The impulse-momentum principle connects the net external force on a control volume to how quickly the fluid’s momentum changes as it flows in and out.

Equation:

∑F=dtdP​=m˙(Vout​−Vin​)

Where:

  • ∑F: Net external force acting on the control volume
  • m˙=ρQ: Mass flow rate
  • Vin​,Vout​: Average inlet and outlet velocity vectors

Example: Force on a straight reducing section

Water flows through a straight reducing section, so the inlet and outlet velocities lie along the same axis and the vector equation reduces to scalar subtraction along that axis:

  • V1​=3m/s
  • V2​=5m/s
  • m˙=10kg/s

F=m˙(V2​−V1​)=10(5−3)=20N

Answer: F=20N

For a bend, the inlet and outlet velocities point in different directions, so apply the equation separately in each direction (∑Fx​=m˙(V2x​−V1x​) and ∑Fy​=m˙(V2y​−V1y​)) and combine the components into the resultant; subtracting speeds directly is valid only when the flow does not change direction.

Dimensional analysis and similitude

Definitions
Dimensional analysis
Dimensional analysis is a method used to simplify physical problems by expressing variables in terms of fundamental dimensions such as mass, length, and time.
Definitions
Similitude
Similitude is the concept of ensuring similarity between a model and its prototype so that experimental results can be reliably scaled.

Many fluid mechanics problems involve several physical variables at once. Dimensional analysis helps you organize those variables using fundamental dimensions (mass, length, time), which often reduces the number of independent quantities you need to work with. That same idea supports similitude, where you test a scaled model and use dimensionless relationships to predict how the full-size prototype will behave.

Dimensional analysis

Two methods are commonly used to perform dimensional analysis: Rayleigh’s method and the Buckingham π theorem.

Rayleigh’s method

Rayleigh’s method starts by assuming a power-law relationship and then uses dimensional consistency to solve for the unknown exponents.

Example:

If the drag force F depends on velocity V, fluid density ρ, and length L:

F=k⋅ρa⋅Vb⋅Lc

Matching dimensions on both sides (F is MLT−2, ρ is ML−3, V is LT−1, and L is L) gives three equations:

MTL​:1=a:−2=−b:1=−3a+b+c​

Solving gives a=1 and b=2; substituting into the L equation gives c=1+3a−b=1+3(1)−2=2. So F=k⋅ρ⋅V2⋅L2.

Buckingham π theorem

If a problem has n variables and r fundamental dimensions, it can be reduced to (n−r) dimensionless groups (π terms).

Steps:

  1. List all variables
  2. Write dimensions for each
  3. Determine number of π terms: π1​,π2​,…,πn−r​
  4. Choose repeating variables (must cover all dimensions)
  5. Form dimensionless groups
  6. Express the relationship using π terms

Example: Applying the Buckingham π theorem

Drag force F depends on velocity V, density ρ, viscosity μ, and length L - 5 variables and 3 fundamental dimensions (M, L, T), so there are 5−3=2 dimensionless π terms. Choosing ρ, V, and L as repeating variables gives:

π1​=μρVL​=Re,π2​=ρV2L2F​

Answer: The relationship reduces to ρV2L2F​=ϕ(Re).

Common dimensionless numbers

  • Reynolds number (Re):

Re=μρVL​

  • Froude number (Fr):

Fr=gL​V​

  • Mach number (Ma):

Ma=cV​

  • Weber number (We):

We=σρV2L​

Similitude

Similitude means setting up a model so it behaves like the prototype in the ways that matter for the problem you’re studying.

Similitude requires three types of similarity between model and prototype:

  • Geometric similarity: Same shape, consistent scale ratios.
  • Kinematic similarity: Similar velocity and acceleration fields.
  • Dynamic similarity: Corresponding forces are in the same ratio.

Model laws

To maintain similarity, key dimensionless numbers must be equal for both model and prototype:

  • Reynolds model law:

Remodel​=Reprototype​

  • Froude model law:

Frmodel​=Frprototype​

  • Mach model law:

Mamodel​=Maprototype​

  • Weber model law:

Wemodel​=Weprototype​

Which law governs depends on the dominant force - use Reynolds similarity when viscous forces dominate (submerged bodies, pipe flow) and Froude similarity when gravity/free-surface forces dominate (spillways, open channels, ships).

Example: Froude scaling

A model spillway is built at a length scale of Lm​/Lp​=1/25. If the prototype flow velocity is Vp​=4m/s, find the model velocity required for dynamic similarity.

Setting Frmodel​=Frprototype​ gives gLm​​Vm​​=gLp​​Vp​​, which simplifies to Vm​=Vp​Lm​/Lp​​.

Vm​=4×1/25​=4×0.2=0.8m/s

Answer: Vm​=0.8m/s

Distorted vs undistorted models

  • Undistorted model: All similarities are preserved.
  • Distorted model: One or more similarities (usually geometric) are intentionally violated to emphasize certain effects.

If complete similarity isn’t achieved, scale effects occur, meaning the model and prototype won’t match perfectly.

Fluid flow measurement

Flow measurement with orifices

Definitions
Orifice meter
An orifice meter measures flow rate by relating the pressure drop across a thin plate orifice to the discharge.

An orifice meter estimates flow rate by measuring the pressure drop created as fluid passes through a thin-plate orifice.

Equation:

Q=Cd​Ao​ρ2ΔP​​

Where:

  • Cd​: Discharge coefficient
  • Ao​: Area of the orifice
  • ΔP: Pressure difference across the orifice
  • ρ: Fluid density

Watch out: These flow-measurement equations are given in the FE Reference Handbook’s fluid mechanics section, so focus on knowing which variable goes where rather than memorizing the formulas. Keep every quantity in one unit system (this chapter uses SI throughout) before you plug into any of them.

Submerged orifice

Both sides of the orifice are submerged.

Equation:

Q=Cd​A2g(H1​−H2​)​

Where:

  • H1​,H2​: Upstream and downstream water levels
  • A: Area of orifice

Orifice discharging freely in the atmosphere

Downstream is open to atmospheric pressure.

Equation:

Q=Cd​A2gH​

Where:

  • H: Height of water above orifice center

Example: Free-discharge orifice

Given:

  • A=0.005m2
  • H=2m
  • Cd​=0.62

Q=0.62×0.005×2×9.81×2​≈0.0194m3/s

Answer: Q≈0.0194m3/s

Pitot tubes

Definitions
Pitot tube
A Pitot tube measures local flow velocity using the difference between stagnation and static pressure.

A Pitot tube measures the local velocity at a point by comparing stagnation pressure to static pressure.

Velocity equation:

V=ρ2ΔP​​

Or using head difference:

V=C2gh​

Where:

  • h: Height difference in manometer
  • C: Coefficient

Venturi meters

Definitions
Venturi meter
A Venturi meter measures flow rate using pressure differences across a converging-diverging section.

A Venturi meter measures flow rate using the pressure change between the inlet and the throat of a converging-diverging section.

Equation:

Q=Cd​A2​1−(A1​A2​​)22gh​​

Where:

  • A1​,A2​: Inlet and throat areas
  • h: Differential head
  • Cd​: Discharge coefficient

Example: Venturi meter flow rate

Given:

  • A1​=0.05m2
  • A2​=0.02m2
  • h=0.5m
  • Cd​=0.98

Q=0.98×0.02×1−(0.02/0.05)22×9.81×0.5​​≈0.0670m3/s

Answer: Q≈0.0670m3/s

Key points

Momentum equations

  • Impulse-momentum principle: net external force equals rate of change of fluid momentum
  • Key formula: ∑F=m˙(Vout​−Vin​)
  • Mass flow rate: m˙=ρQ

Dimensional analysis and similitude

  • Dimensional analysis: simplifies problems using fundamental dimensions (mass, length, time)
  • Similitude: ensures model and prototype behave similarly using dimensionless relationships

Dimensional analysis

  • Rayleigh’s method: assumes power-law, solves for exponents via dimensional consistency
  • Buckingham π theorem: reduces n variables with r dimensions to (n−r) dimensionless groups

Common dimensionless numbers

  • Reynolds number: Re=μρVL​
  • Froude number: Fr=gL​V​
  • Mach number: Ma=cV​
  • Weber number: We=σρV2L​

Similitude

  • Geometric similarity: same shape, scale ratios
  • Kinematic similarity: similar velocity/acceleration fields
  • Dynamic similarity: corresponding forces in same ratio

Model laws

  • Maintain similarity by equating key dimensionless numbers for model and prototype:
    • Reynolds, Froude, Mach, Weber model laws

Distorted vs undistorted models

  • Undistorted: all similarities preserved (geometric, kinematic, dynamic)
  • Distorted: one or more similarities intentionally violated
    • Leads to scale effects if similarity is incomplete

Fluid flow measurement

Flow measurement with orifices

  • Orifice meter: measures flow rate via pressure drop across thin plate
  • Key formula: Q=Cd​Ao​ρ2ΔP​​

Submerged orifice

  • Both sides submerged; uses upstream and downstream water levels
  • Formula: Q=Cd​A2g(H1​−H2​)​

Orifice discharging freely

  • Downstream open to atmosphere; uses water height above orifice
  • Formula: Q=Cd​A2gH​

Pitot tubes

  • Measures local velocity using stagnation and static pressure difference
  • Velocity: V=ρ2ΔP​​ or V=C2gh​

Venturi meters

  • Measures flow rate via pressure difference across converging-diverging section
  • Formula: Q=Cd​A2​1−(A2​/A1​)22gh​​

More from Fluid mechanics

  • Fluid statics
  • Mass and energy conservation
  • Pipe hydraulics