home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / oilfield / wellengr.lzh / CORRECTI.ONS < prev    next >
Text File  |  1989-12-18  |  4KB  |  70 lines

  1.  
  2.                       Some Tool Kit Hints and Corrections
  3.                       From Petroleum Engineering Magazine
  4.  
  5. I have found some small problems with the equation used when calculating the
  6. corrected Pc for sour gases in GASVOL, BHPCALC, and GASDEL and the bubble point
  7. pressure in GASCOMP. The corrections should be made to the four programs by
  8. recalling each program and "turning off" the global cell protection with the
  9. following key sequence:
  10.  
  11. /WGPD (/, Worksheet, Global, Protcction, Disable)
  12.  
  13. The corrections that are to be made are as follows: (note: only the highlighted
  14. characters need to be changed)
  15.  
  16. GASVOL - Cell F6 should read:
  17. (1-C6/100-C7/1OO-C8/1OO)*J7+493*C6/100+1071*C7/100+1306*C8/100
  18.  
  19. Cell F8 should read:
  20. (F6*(F5-J8))/(F5 + (C8/100)*(1-(C8/100))*J8)
  21.  
  22. BHPCALC-Cell J9 should read:
  23. (F8*(F9-J6))/(F9+(F7/100)*(1-($F$7/100))*$J$6)
  24.  
  25. BHPCUM-Cell L9 should read:
  26. (G9*(G10-L6))/(G10+(G8/100)*(1- ($G$8/100))*$L$6)
  27.  
  28. GASCOMP- Cell F20 should read:
  29. @EXP(A*(0.2*C9 + C10 + C11 + 0.4*C12 + C13 + 2*(C14 + C15 + C16)
  30. + C17 + C18 + C19) + B*L9 + C*(C12/(L7 + 0.2))
  31. + D*L6 + E*L + F*L*L + G*L^3 + H*M + I*M^2 + J*M^3 + K)
  32.  
  33. The above correction will change the bubble point pressure in the example given
  34. in the article describing GASCOMP (Fig. l) from 1,824 to 1,856.
  35.  
  36. Cell protection can be tumed back on by typing:
  37.  
  38. /WGPE (/, Worksheet, Global, Protection, Enable)
  39.  
  40. There was another problem in the article on GASVOL (PEI, December 1988, p. 36).
  41. Fig. 1 was incorrect and should appear as is in this new Fig. 1
  42.  
  43.     ╔═════════════════════════════════════════════════════════════════════╗
  44.     ║                                                                     ║
  45.     ║ RECOVERABLE GAS RESERVES PROGRAM                                    ║
  46.     ║                                                                     ║
  47.     ║                    ╔═══════════════════════╗                        ║
  48.     ║ WELL NAME:         ║TEST WELL              ║                        ║
  49.     ║ FIELD NAME:        ║MORROW                 ║              Z3-Jan-89 ║
  50.     ║                    ╠═══════════════╦═══════╝                        ║
  51.     ║ GAS GRAVITY        ║          0.60 ║                Tc =     359.26 ║
  52.     ║ % N2               ║          0.00 ║%               Pc =     670.98 ║
  53.     ║ % C02              ║          0.00 ║%              Tc' =     359.26 ║
  54.     ║ % H2S              ║          0.00 ║%              Pc' =     670.98 ║
  55.     ║ CONDENSATE (YES=1) ║             1 ║                Tr =      1.617 ║
  56.     ║ RES. TEMPERATURE   ║           120 ║'F             Pri =      5.216 ║
  57.     ║ INITIAL PRESSURE   ║          3500 ║psia           Pra =      1.490 ║
  58.     ║ ABANDONMENT PRES   ║          1000 ║psia            Zi =     0.8659 ║
  59.     ║ NET PAY            ║            25 ║feet            Za =     0.894Z ║
  60.     ║ ACRES              ║           160 ║acres                           ║
  61.     ║ WATER SAT          ║         33.00 ║%                               ║
  62.     ║ POROSITY           ║         18.10 ║%                               ║
  63.     ║                    ╚═══════════════╝                                ║
  64.     ║ GAS IN PLACE             5,218,054  MCF                             ║
  65.     ║ RECOVERABLE GAS          3,774,418  MCF        CF/AC-FT      943.60 ║
  66.     ║ RECOVERY                     72.33%                                 ║
  67.     ║                                                                     ║
  68.     ╚═════════════════════════════════════════════════════════════════════╝
  69.              Fig. l . Example of the GASVOL program's home screen.
  70.