Definition: The Inflow Performance Relationship (IPR) describes the relationship between the bottom-hole flowing pressure (p_{wf}) and the production rate ('math:q) of a well. It is a fundamental tool in reservoir engineering used to evaluate well productivity and forecast performance under different operating conditions.
Oil Well IPR Above Bubble Point
the reservoir pressure is above the bubble point pressure, the fluid remains single-phase (oil only). The relationship is linear and can be expressed as:
Where:
- q = production rate (STB/day)
- J = productivity index (STB/day/psi)
- p_r = average reservoir pressure (psi)
- p_{wf} = bottom-hole flowing pressure (psi)
Numerical Example:
Given:
- J = 2 \, \text{STB/day/psi}
- p_r = 3000 \, \text{psi}
- p_{wf} = 2500 \, \text{psi}
Example 1C#
Production Rate (q) = 1000 STB/day

Oil Well IPR Below Bubble Point
When the reservoir pressure falls below the bubble point, gas evolves from solution, and the relationship becomes non-linear. Vogel’s empirical equation is commonly used:
Where:
-q_{max} = maximum flow rate at p_{wf} = 0
Numerical Example:
Given:
- q_{max} = 2000 \, \text{STB/day}
- p_r = 2500 \, \text{psi}
- p_{wf} = 1000 \, \text{psi}
Example 2C#
Production Rate (q) = 1583.9999999999998 STB/day

Flow Efficiency and Skin
Flow Efficiency (FE): Flow efficiency is a measure of how effectively a well produces compared to an ideal, undamaged well. It is defined as:
Example 3C#
Flow Efficiency (FE) = 75.76%
Skin Factor (s): Skin represents additional pressure drop caused by near-wellbore damage or stimulation. The productivity index with skin is:
Where:
- r_e = drainage radius
- r_w = wellbore radius
- s = skin factor
A positive skin reduces productivity, while a negative skin (stimulation) increases productivity. Numerical Example with Pressure Drop Consider a reservoir with:
- p_r = 3000 \, \text{psi}
- Bubble point pressure p_b = 2500 \, \text{psi}
- q_{max} = 2000 \, \text{STB/day}
- J = 2 \, \text{STB/day/psi}
- r_e/r_w = 1000
- s = +3
Case 1: Above Bubble Point (p_{wf} = 2800 \, \text{psi})
Example 4C#
Adjusted Productivity Index (J_s) = 1.3944 STB/day/psi

Case 2: Below Bubble Point (p_{wf} = 2000 \, \text{psi})
Adjusted for skin:
Example 5C#

Case 3: At Zero Bottom-Hole Pressure (p_{wf} = 0)
Adjusted for skin:
Example 6C#
Actual AOF = 1394.4 STB/day
Gas Well Inflow Performance Relation (IPR)
Definition: Gas Inflow Performance Relationship (IPR) describes the relationship between the gas flow rate (q_g) and the bottom-hole flowing pressure (p_{wf}). Unlike oil, gas productivity is highly non-linear due to the pressure-dependent properties of gas (viscosity mu_g and compressibility factor z).
The Simplified Back-Pressure Equation
For most engineering applications, the Rawlins and Schellhardt empirical "Back-Pressure" equation is used to describe gas well performance:
Where:
- q_g = gas flow rate (Mscf/day)
- C = performance coefficient (Mscf/day/psi²)
- p_r = average reservoir pressure (psia)
- p_{wf} = bottom-hole flowing pressure (psia)
- n = turbulence factor (typically 0.5 to 1.0)
Numerical Example:
Given:
- C = 0.01 \, \text{Mscf/day/psi}^2
- n = 0.85 (indicates some non-Darcy flow/turbulence)
- p_r = 3000 \, \text{psia}
- p_{wf} = 2000 \, \text{psia}
Example 7C#
Gas Flow Rate (q_g) = 4944.52 Mscf/day

Absolute Open Flow (AOF)
The Absolute Open Flow potential is the maximum rate a well could theoretically deliver if the flowing pressure (p\_{wf}) were reduced to zero. It is a common benchmark for gas well productivity.
Numerical Example:
Using the same parameters as above:
Example 8C#
❌ Syntax Error in Documentation: Line 7: Member definition, statement, or end-of-file expected
High Pressure Gas IPR (Pseudo-Pressure)
The m(p) approach:/// When reservoir pressure exceeds 2000–3000 psi, the p^2 method becomes inaccurate. Engineers use the Real Gas Pseudo-Pressure, m(p), to linearize the flow equation:
Where:
Example 9C#
Pseudo-pressure Gas Rate = 4600.00 Mscf/day
Summary of n-values:
| n Value | Flow Regime | Description |
|---|---|---|
| n = 1.0 | Fully Laminar | Darcy flow, no turbulence near wellbore. |
| 0.5 < n < 1.0 | Transitional | Common in most commercial gas wells. |
| n = 0.5 | Fully Turbulent | High velocity flow, typical in high-rate wells. |