DCA: Introduction
Decline curve analysis (DCA) is a graphical procedure used for analyzing declining production rates and forecasting future performance of oil and gas wells. Fitting a line through the performance history and assuming this same trend will continue in future forms the basis of DCA concept. Decline curves are based on exponential, hyperbolic or harmonic Arps equations, but tend to have limitations such as underestimating reserves, underestimating production rates, or overestimating reservoir performance. Decline curve analysis was performed on semi log papers before the computer age. DCA is still popular since the curves are easy to plot, analyze and yield results on time basis.You can find a data Function that calculates a Hyperbolic Decline Curve Analysis using production oil and gas data on the community Exchange.
Data Function Overview
The data function accepts two input columns
col.Date - column of date values for production (Production Date)
col.Production - column of integer number values indicating Production
The Outputs of data function are four values and result table
Hyp.qi:qi coefficient for the Hyperbolic fitting expression
Hyp.b : b coefficient for the Hyperbolic fitting expression
Hyp.Di.daily : Di coefficient for the Hyperbolic fitting expression (per day)
Hyp.Di.annual : Di coefficient for the Hyperbolic fitting expression (per year).
result : Production normalized per production days
Recommended Comments
There are no comments to display.