rta_normalized_rate
Normalize production rates by removing pressure drawdown effects for accurate reservoir transient analysis and type curve evaluation in petroleum engineering.
Instructions
Normalize production rate by pressure drawdown: q / (Pi - Pwf).
Removes the effect of variable flowing pressure from production data, making it suitable for type curve analysis and RTA.
Args: rate: Production rates (bbl/d or Mcf/d). flowing_pressure: Bottomhole flowing pressures (psi). initial_pressure: Initial reservoir pressure (psi).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | Yes | ||
| flowing_pressure | Yes | ||
| initial_pressure | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |