Difference between revisions of "Oil Material Balance"

From wiki.pengtools.com
Jump to: navigation, search
(References)
(Discussion)
Line 17: Line 17:
 
== Discussion  ==
 
== Discussion  ==
  
{{Quote| text = One of the consistently best correlations ... | source = Michael Economides et al<ref name=Economides />}}
+
{{Quote| text = One of the consistently best correlations ... | source = Michael Economides et al<ref name=DakeP />}}
  
 
== See also ==
 
== See also ==

Revision as of 12:38, 28 March 2018

Brief

The general form of the Oil Material Balance equation was first published by Schilthuis in 1941[1].

Math & Physics

Equating all underground withdrawals to the sum of the volume changes[1]:

N_p B_o + N_p (R_p - R_s) B_g = N (B_o - B_{oi}) + N (R_{si} - R_s) B_g + m N B_{oi} (\frac{B_g}{B_{gi}} - 1) + (P_i - P_{res}) N (1 + m) B_{oi} \frac{c_w S_{wc} + c_f}{1 - Swc}- (W_p B_w - W_i B_w - G_{gi} B_{gi} - W_e B_w)

For use in the code to find Pres:

Pres = Pi - (Np * Bo + Np * (Rp - Rs) * Bg + (Wp * Bw - Wi * Bw - Ggi * Bgi - We * Bw) - (N * (Bo - Boi) + N * (Rsi - Rs) * Bg + m * N * Boi * (Bg / Bgi - 1))) * (1 - Swc) / (N * (1 + m) * Boi * (cw * Swc + cf))

For use in the code to find Np:

Np = (N * (Bo - Boi) + N * (Rsi - Rs) * Bg + m * N * Boi * (Bg / Bgi - 1) + N * (1 + m) * Boi * (Pi - Pres) * (cw * Swc + cf) / (1 - Swc) - (Wp * Bw - Wi * Bw - Ggi * Bgi - We * Bw)) / (Bo + (Rp - Rs) * Bg)

Discussion

One of the consistently best correlations ...
— Michael Economides et al[2]

See also

P/Z plot

Nomenclature

 B_g = gas formation volume factor, ft3/scf
 B_{gi} = initial gas formation volume factor, ft3/scf
 GIIP = gas initially in place, scf
 G_p = cumulative gas produced, scf

References

  1. 1.0 1.1 Dake, L.P. (1978). Fundamentals of reservoir engineering. Amsterdam, Hetherlands: Elsevier Science. ISBN 0-444-41830-X. 
  2. Dake, L.P. (1994). The practice of reservoir engineering. Amsterdam, Hetherlands: Elsevier Science. ISBN 0-444-88538-2.