Monday, May 25, 2026Today's Paper

Omni Apps

How to Convert Flow to Pressure: Practical Engineering Guide
May 25, 2026 · 18 min read

How to Convert Flow to Pressure: Practical Engineering Guide

Master how to convert flow to pressure and vice versa. Learn the formulas, square root extraction, and practical PLC equations for engineering systems.

May 25, 2026 · 18 min read
Fluid DynamicsInstrumentationProcess ControlEngineering

Understanding the Relationship: Flow vs. Pressure

In industrial process control, instrumentation, and piping system design, learning how to convert flow to pressure—and conversely, how to convert pressure to flow—is an indispensable skill. Whether you are scaling a differential pressure (DP) transmitter in a chemical refinery, configuring a PLC to read an orifice plate, sizing a control valve, or estimating pipe friction losses in a commercial HVAC system, you will constantly encounter the dynamic interplay between these two physical forces.

However, despite their tight relationship, fluid flow and pressure are fundamentally distinct physical phenomena. Flow represents the volumetric or mass rate of fluid moving through a cross-section per unit of time (e.g., gallons per minute [GPM], liters per second [L/s], or kilograms per hour [kg/h]). Pressure, on the other hand, represents the static or dynamic force exerted by the fluid per unit of surface area (e.g., pounds per square inch [PSI], bar, or pascals [Pa]).

Because they are distinct properties, there is no single constant or universal multiplier to convert flow to pressure. The exact relationship depends entirely on the mechanical boundary conditions of your system—whether you are dealing with a localized restriction (like an orifice plate or control valve), a continuous pipe run experiencing frictional resistance, or a centrifugal pump's performance curve.

This comprehensive guide breaks down the core physics, the mathematical formulas, and the practical implementation steps required to perform accurate flow to pressure conversions in real-world engineering environments.


The Physics of Flow and Pressure: Why They Don't Scale Linearly

To understand how to convert pressure to flow and vice versa, we must first examine the physics of fluid dynamics. Within a closed conduit, a fluid possesses energy in several forms: static pressure, elevation (hydrostatic potential energy), and velocity (kinetic energy). This total energy is described by Bernoulli's Principle, which states that for an incompressible, frictionless fluid along a streamline, the total mechanical energy remains constant:

P_1 + 0.5 * rho * v_1^2 + rho * g * h_1 = P_2 + 0.5 * rho * v_2^2 + rho * g * h_2

Where:

  • P is the static pressure (Pa)
  • rho is the fluid density (kg/m³)
  • v is the flow velocity (m/s)
  • g is the acceleration due to gravity (9.81 m/s²)
  • h is the elevation relative to a reference plane (m)

Assuming a horizontal pipe (where h_1 = h_2), the equation simplifies to:

P_1 + 0.5 * rho * v_1^2 = P_2 + 0.5 * rho * v_2^2

This reveals a foundational principle: as a fluid's velocity (v) increases through a restriction or nozzle, its kinetic energy (dynamic pressure) increases. To conserve energy, this increase in dynamic pressure must be balanced by a corresponding drop in static pressure (P). This phenomenon is known as the Venturi effect.

Because volumetric flow rate (Q) is directly proportional to fluid velocity (Q = v * A, where A is the cross-sectional area), any change in flow rate directly influences the fluid's velocity. Since the dynamic pressure term contains velocity squared (v^2), the resulting change in static pressure drop (differential pressure, or DP) is proportional to the square of the flow rate:

DP proportional to Q^2

This quadratic relationship is the mathematical reason why converting flow to pressure requires squaring the flow terms, while converting differential pressure to flow requires a square root extraction.

Laminar vs. Turbulent Flow Dynamics

It is important to note a crucial exception to this quadratic rule: laminar flow. In highly viscous fluids moving at very low velocities (typically characterized by a Reynolds number below 2,000), fluid molecules slide smoothly in parallel lines. Under these laminar conditions, the relationship between flow rate and pressure drop is linear, as described by the Hagen-Poiseuille equation:

Q = (pi * D^4 * DP) / (128 * mu * L)

Where D is the internal pipe diameter, mu is the dynamic viscosity, and L is the length of the pipe. Here, flow rate (Q) is directly proportional to the pressure drop (DP), meaning that doubling the pressure drop will exactly double the flow rate.

However, in the vast majority of industrial and commercial applications, fluids flow under turbulent conditions (Reynolds numbers well above 4,000). In turbulent flow, rapid mixing and eddy currents dominate, causing the relationship to shift to the non-linear, quadratic behavior described by the Darcy-Weisbach equation. For this reason, process engineers almost exclusively use the quadratic models when performing flow to pressure conversions.


Converting Differential Pressure to Flow: The Orifice Plate Formula

The most common real-world application of pressure-to-flow conversion is the differential pressure (DP) flow meter. In this setup, a primary element (such as an orifice plate, Venturi tube, or flow nozzle) is placed inside a pipe to create a deliberate restriction. As the fluid passes through this restriction, its velocity increases, creating a measurable pressure drop between the upstream and downstream sides.

The fundamental equation linking volumetric flow rate (Q) to the differential pressure (DP or delta-P) is:

Q = K * sqrt(DP)

Where K is a flow coefficient that accounts for the geometry of the restriction, the pipe's internal diameter, the fluid's density, and the discharge coefficient of the primary element.

The Scaling Method for Field Technicians

In practical industrial maintenance and engineering, you rarely calculate the value of K from raw fluid properties. Doing so would require constantly measuring fluid density, viscosity, and temperature in real-time. Instead, process designers rely on reference values provided in the flow element's manufacturer "sizing sheet."

Every calibrated DP flow element has two specified maximum parameters:

  1. Q_max: The maximum design flow rate of the system (e.g., 500 GPM or 12,000 kg/h).
  2. DP_max: The differential pressure generated across the element at that maximum flow rate (e.g., 100 inches of water column [inH2O] or 250 mbar).

By utilizing these two reference points, you can establish a simple scaling ratio that bypasses the complex physical constants. To convert any measured differential pressure (DP) to the corresponding flow rate (Q), use the following formula:

Q = Q_max * sqrt(DP / DP_max)

This is the standard formula used globally by instrumentation technicians and control systems engineers to perform differential pressure to flow conversions.

The Reverse: Converting Flow to Pressure

If you are designing a system and need to predict the differential pressure that a specific flow rate will generate across a known orifice plate, you can rearrange the scaling formula to solve for DP:

DP = DP_max * (Q / Q_max)^2

This formula allows you to determine the expected pressure drop at any operating point, which is essential for ensuring your differential pressure transmitters are calibrated to the correct range.

The Non-Linear Scaling Profile

Because of the square root relationship, the flow rate does not scale linearly with pressure. At low differential pressures, a small increase in pressure indicates a disproportionately large increase in flow. The following reference table illustrates this profile, demonstrating how DP percentage maps to flow percentage:

Differential Pressure (% of DP_max) Square Root Factor Resulting Flow Rate (% of Q_max)
0.0% 0.000 0.0%
1.0% 0.100 10.0%
4.0% 0.200 20.0%
9.0% 0.300 30.0%
16.0% 0.400 40.0%
25.0% 0.500 50.0%
36.0% 0.600 60.0%
49.0% 0.700 70.0%
64.0% 0.800 80.0%
81.0% 0.900 90.0%
100.0% 1.000 100.0%

This non-linear profile reveals why a raw, un-extracted differential pressure signal cannot be mapped directly to a control valve or an analog indicator without severe errors. For instance, at 25% of the maximum differential pressure, your physical flow rate is already at 50% of the maximum design capacity.


Square Root Extraction: Implementation in DCS, PLC, and SCADA

In modern industrial facilities, a differential pressure transmitter measures the physical pressure drop across an orifice plate and transmits this data back to a Distributed Control System (DCS) or Programmable Logic Controller (PLC) using a standard 4-20 mA analog current loop.

Because the transmitter's raw sensor measures pressure, its default output signal is linear to the differential pressure (DP). If you scale this 4-20 mA signal directly in your PLC, the control system will show an incorrect flow rate. To obtain an accurate flow reading, you must perform a mathematical procedure known as Square Root Extraction.

This extraction can be implemented in one of two locations:

  1. Within the Smart DP Transmitter: Modern smart transmitters (such as Rosemount, Honeywell, or Yokogawa devices) can be programmed using a HART communicator or local display to perform the square root extraction internally. When enabled, the transmitter's 4-20 mA output becomes directly proportional to flow (e.g., 12 mA represents exactly 50% flow).
  2. Within the Control System (PLC/DCS): The transmitter is left in its default "linear" mode, meaning the 4-20 mA signal represents the raw DP. The PLC receives the raw signal and applies the square root extraction mathematically.

The Mathematical Formula for PLC Scaling

If you choose to perform the square root extraction within your PLC or DCS, you must convert the linear 4-20 mA analog signal to a square-root-extracted mA value representing flow. The formula is:

Flow_mA = 4 + 16 * sqrt((Linear_mA - 4) / 16)

For example, let's say your PLC receives an 8 mA signal from a linear DP transmitter. Let's calculate the corresponding flow mA:

  1. Subtract the 4 mA offset: 8 mA - 4 mA = 4 mA.
  2. Divide by the 16 mA active span: 4 mA / 16 mA = 0.25 (this indicates the DP is at 25% of its span).
  3. Extract the square root: sqrt(0.25) = 0.50.
  4. Multiply by the active span: 0.50 * 16 = 8.
  5. Add the 4 mA offset back: 8 + 4 = 12 mA.

The 8 mA raw pressure signal converts to a 12 mA flow signal, representing exactly 50% of the process flow.

PLC Structured Text Implementation with Low-Flow Cutoff

When programming a PLC to convert differential pressure to flow, you must implement a "low-flow cutoff." At very low flow rates (below 5% to 10% of the range), DP signals become extremely small and susceptible to process noise, pipe vibrations, and minor zero drifts in the sensor.

Because the slope of the square root curve is extremely steep near zero, a tiny fluctuation in pressure is mathematically amplified into a significant flow fluctuation. If this noisy flow signal is integrated into a totalizer, it will cause massive errors over time. A low-flow cutoff clamps the calculated flow rate to zero whenever the measured DP falls below a user-defined threshold.

Here is an example of how to implement this in PLC Structured Text (ST):

// PLC Structured Text for DP-to-Flow Scaling with Low-Flow Cutoff
// Inputs:
//   Raw_Input : INT;          // Raw analog input (e.g., 0 to 32767 from a 16-bit A/D card)
//   DP_Max : REAL;            // Maximum differential pressure of the orifice (e.g., 250.0 mbar)
//   Flow_Max : REAL;          // Maximum scaled flow rate (e.g., 1000.0 Liters/Min)
//   Cutoff_Percent : REAL;    // Low-flow cutoff threshold (typically 1.0% to 5.0% of flow)

// Output:
//   Scaled_Flow : REAL;       // Scaled flow rate output

VAR
    DP_Ratio : REAL;
    Flow_Ratio : REAL;
END_VAR

// Step 1: Normalize raw integer input to a 0.0 to 1.0 pressure ratio
DP_Ratio := INT_TO_REAL(Raw_Input) / 32767.0;

// Clamp the input ratio to prevent mathematical errors (no negative values)
IF DP_Ratio < 0.0 THEN
    DP_Ratio := 0.0;
ELSIF DP_Ratio > 1.0 THEN
    DP_Ratio := 1.0;
END_IF;

// Step 2: Extract the square root to calculate the flow ratio
Flow_Ratio := SQRT(DP_Ratio);

// Step 3: Apply the Low-Flow Cutoff threshold
IF Flow_Ratio < (Cutoff_Percent / 100.0) THEN
    Scaled_Flow := 0.0;
ELSE
    // Step 4: Scale the flow ratio to the engineering units
    Scaled_Flow := Flow_Ratio * Flow_Max;
END_IF;

Sizing Pipe Friction and Control Valves: System-Wide Pressure Conversions

Beyond flow meters, engineers must frequently convert flow to pressure when designing piping networks or sizing control valves. In these scenarios, flow rate determines the rate of energy dissipation (pressure drop) across the system.

Pipe Friction Loss (Darcy-Weisbach Equation)

When a fluid flows through a continuous pipe, viscous forces and pipe wall roughness resist movement, creating a steady pressure drop along the pipe's length. To calculate this friction-induced pressure drop (DP) for a given flow rate (Q), you use the Darcy-Weisbach equation:

DP = (8 * f * L * rho * Q^2) / (pi^2 * D^5)

Where:

  • f is the dimensionless Darcy friction factor (obtained from the Moody chart or Colebrook-White equation)
  • L is the length of the pipe (m)
  • rho is the fluid density (kg/m³)
  • Q is the volumetric flow rate (m³/s)
  • D is the internal pipe diameter (m)

This equation demonstrates that pressure drop is directly proportional to the square of the flow rate. If you double the volumetric flow rate through a pipe, the pressure drop increases by a factor of four. Consequently, sizing your pipes correctly is critical; increasing the pipe diameter (D) dramatically reduces pressure drop, as it is in the denominator raised to the fifth power.

Sizing Control Valves: Cv and Kv Coefficients

Control valves regulate process fluid flow by dynamically adjusting their internal cross-sectional area, which alters the localized pressure drop across the valve. The relationship between flow rate and pressure drop is defined by the valve's Flow Coefficient: Cv (standard Imperial units) or Kv (metric units).

To convert flow rate to static pressure drop across a control valve, use the following formulas:

Imperial Valve Equation (Cv):

DP = SG * (Q / Cv)^2

Where:

  • DP is the static pressure drop across the valve (PSI)
  • Q is the volumetric flow rate (US Gallons per Minute [GPM])
  • Cv is the valve flow coefficient (the flow rate of 60°F water in GPM that creates a 1 PSI pressure drop)
  • SG is the specific gravity of the fluid (water = 1.0)

Metric Valve Equation (Kv):

DP = SG * (Q / Kv)^2

Where:

  • DP is the static pressure drop across the valve (bar)
  • Q is the volumetric flow rate (Cubic Meters per Hour [m³/h])
  • Kv is the metric flow coefficient (the flow rate of water in m³/h that creates a 1 bar pressure drop)
  • SG is the specific gravity of the fluid

To convert between these two standards, use the following conversion factors:

Cv = 1.156 * Kv

Kv = 0.865 * Cv


Worked Engineering Examples

Let's review three practical, step-by-step calculations showing how to convert flow to pressure and vice versa in real-world scenarios.

Example 1: Converting Pressure to Flow (Orifice Plate)

Scenario: A water treatment plant uses an orifice plate designed for a maximum water flow rate (Q_max) of 1,200 Liters per minute (LPM) at a maximum differential pressure (DP_max) of 200 mbar. The differential pressure transmitter currently reads 72 mbar. What is the current volumetric flow rate of the system?

Solution:

  1. Identify the given values:

    • Q_max = 1,200 LPM
    • DP_max = 200 mbar
    • DP_measured = 72 mbar
  2. Apply the scaling formula: Q = Q_max * sqrt(DP_measured / DP_max)

  3. Calculate the pressure ratio: 72 / 200 = 0.36 (the system is operating at 36% of its maximum design differential pressure)

  4. Extract the square root of the ratio: sqrt(0.36) = 0.60 (this indicates the flow rate is operating at exactly 60% of its maximum design capacity)

  5. Calculate the actual flow rate: Q = 1,200 * 0.60 = 720 LPM

The current volumetric flow rate through the orifice plate is 720 LPM.


Example 2: Converting Flow to Pressure (Control Valve Drop)

Scenario: An industrial coolant loop circulates a glycol-water mixture with a specific gravity (SG) of 1.05. You need to route 85 GPM through a bypass control valve that has a fully open flow coefficient (Cv) of 32. What will be the expected static pressure drop across the valve when it is fully open?

Solution:

  1. Identify the given values:

    • Q = 85 GPM
    • Cv = 32
    • SG = 1.05
  2. Apply the valve pressure drop formula: DP = SG * (Q / Cv)^2

  3. Calculate the flow-to-Cv ratio: 85 / 32 = 2.65625

  4. Square the ratio: (2.65625)^2 = 7.05566

  5. Multiply by the fluid's specific gravity: DP = 1.05 * 7.05566 = 7.408 PSI

The expected static pressure drop across the control valve is 7.41 PSI.


Example 3: Finding the Required DP for Transmitter Calibration

Scenario: You are calibrating a differential pressure transmitter for an orifice plate on a nitrogen gas line. The sizing sheet specifies that at a maximum flow rate of 4,000 Normal cubic meters per hour (Nm³/h), the differential pressure generated is 120 inches of water column (inH2O). The normal operating setpoint of this line is 2,800 Nm³/h. What differential pressure should the transmitter read under normal operating conditions?

Solution:

  1. Identify the given values:

    • Q_max = 4,000 Nm³/h
    • DP_max = 120 inH2O
    • Q_normal = 2,800 Nm³/h
  2. Apply the flow-to-pressure scaling formula: DP_normal = DP_max * (Q_normal / Q_max)^2

  3. Calculate the flow ratio: 2,800 / 4,000 = 0.70 (operating at 70% of design flow capacity)

  4. Square the flow ratio: (0.70)^2 = 0.49 (operating at 49% of design differential pressure)

  5. Calculate the expected differential pressure: DP_normal = 120 * 0.49 = 58.8 inH2O

The differential pressure transmitter should read 58.8 inH2O when the nitrogen gas line is operating at its normal setpoint of 2,800 Nm³/h.


Frequently Asked Questions (FAQ)

Can you convert flow directly to pressure without knowing pipe or valve parameters?

No. Flow rate and pressure are fundamentally different physical units (volume per time vs. force per area). To mathematically convert one to the other, you must know the physical boundaries of the system. This includes factors such as the internal pipe diameter, fluid density, specific gravity, piping friction factors, or the design coefficients (Cv/Kv) of the components through which the fluid is moving.

Why does a DP transmitter require square root extraction for flow, but not for liquid level?

Liquid level measurements rely on hydrostatic pressure (the weight of the stationary liquid column above the sensor). Hydrostatic pressure is a purely linear relationship: DP = rho * g * h (density * gravity * height). Because height scales linearly with pressure, no extraction is required. Flow measurements, however, rely on dynamic kinetic energy. Because dynamic pressure is proportional to fluid velocity squared (v^2), the differential pressure generated across a flow restriction scales quadratically with flow. Thus, you must extract the square root to linearize the signal for flow.

How does changing fluid density or temperature affect the flow to pressure conversion?

Fluid density is directly proportional to pressure drop in both piping systems and DP flow elements. If temperature or pressure changes cause the fluid density to shift, a given volumetric flow rate will generate a different pressure drop. In high-precision applications, process engineers use "fully compensated" flow computers that monitor temperature and static pressure in real-time to dynamically adjust the density variable, preventing scaling errors.

What is the difference between Cv and Kv flow factors?

Cv is the Imperial flow coefficient, defined as the volume of 60°F water in US gallons per minute (GPM) that will flow through a valve with a 1 PSI pressure drop. Kv is the metric equivalent, defined as the volume of water in cubic meters per hour (m³/h) that will flow through a valve with a 1 bar pressure drop. They can be converted using the formulas: Cv = 1.156 * Kv, or Kv = 0.865 * Cv.

What is a low-flow cutoff and why is it important in control systems?

A low-flow cutoff is a software setting (typically programmed in a PLC or transmitter) that forces the calculated flow rate to zero when the measured differential pressure falls below a specific threshold (such as 1% to 5% of maximum DP). At near-zero flow conditions, minor electrical noise or pressure ripples can be mathematically amplified by the square root extraction, showing a false flow reading. The cutoff prevents these false readings from integrating into flow totalizers and skewing process accounting.


Conclusion

Understanding how to convert flow to pressure is essential for anyone dealing with industrial process control, fluid systems, or piping design. In turbulent flow systems, this relationship is governed by a quadratic scale: pressure drop is proportional to the square of the flow rate. Whether you are using the classic orifice plate formula (Q = Q_max * sqrt(DP / DP_max)), calculating valve pressure drops using Cv coefficients, or programing square root extraction in a PLC, matching the correct mathematical model to your system's physical conditions is key to ensuring safe, accurate, and stable operations.

Related articles
Volume to Mass Calculator: The Complete Conversion Guide
Volume to Mass Calculator: The Complete Conversion Guide
Need a volume to mass calculator? Learn how to convert volume to mass or vice versa, master the density formula, and understand mass-volume percentages.
May 25, 2026 · 13 min read
Read →
Convert Gauge Pressure to Absolute Pressure: Guide & Formula
Convert Gauge Pressure to Absolute Pressure: Guide & Formula
Learn how to convert gauge pressure to absolute pressure using our simple formulas, step-by-step examples, elevation adjustments, and unit conversion charts.
May 25, 2026 · 14 min read
Read →
Barometric Pressure Conversion Guide: Formulas & Key Units
Barometric Pressure Conversion Guide: Formulas & Key Units
Master barometric pressure conversion across hPa, inHg, mmHg, and more. Learn the exact formulas, altitude adjustments, and real-world calculation steps.
May 25, 2026 · 9 min read
Read →
Ton to Watt Converter: Cooling, Power, & Area Guide
Ton to Watt Converter: Cooling, Power, & Area Guide
Convert cooling capacity, electrical power, weight, and area with our ultimate ton to watt converter. Master HVAC sizing, metric conversions, and more.
May 25, 2026 · 16 min read
Read →
PSIA to PSIG Calculator: The Ultimate Pressure Conversion Guide
PSIA to PSIG Calculator: The Ultimate Pressure Conversion Guide
Easily convert absolute to gauge pressure. Learn how to use a psia to psig calculator, factor in altitude, and master conversions like hPa to PSI.
May 24, 2026 · 9 min read
Read →
You May Also Like