Difference between revisions of "Valko - McCain bubble point pressure correlation"

From wiki.pengtools.com
Jump to: navigation, search
 
(55 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
=== Brief ===
+
== Valko - McCain bubble point pressure correlation ==
  
[[Valco- McCain correlation]] is ...
+
[[Valko - McCain bubble point pressure correlation|Valko - McCain]] is an empirical correlation for the '''bubble point''' pressure published in '''2003''' <ref name={Valko - McCain}/>.
 +
 
 +
[[File:Valko McCain Bubble Point Pressure.png|thumb|right|400px|link=https://www.pengtools.com/pvtCalculator?paramsToken=de71e4cc29541ab2117e07408864410c|Valko McCain Bubble Point Pressure correlation in the PVT Software]]
 +
 
 +
== Math & Physics ==
 +
 
 +
:<math> P_{bp} = e^{2.498 + 0.713 z + 0.0075 z^2}</math><ref name= PracticalPVT/>
 +
 
 +
where:
  
=== Math & Physics ===
 
:<math> z1 = -4.814074834 + 0.7480913 \times log(R_{sb}) + 0.1743556 \times (log(R_{sb}))^2 - 0.0206 \times (log(R_{sb}))^3
 
</math>
 
:<math> z2 = 1.27 - 0.0449 * $API + 0.000436 * pow($API, 2) - 0.00000476 * pow($API, 3)</math>
 
:<math> z3 = 4.51 - 10.84 * SG_{g} + 8.39 \times SG^2_{g} - 2.34 * SG^3_{g}</math>
 
:<math> z4 = -7.2254661 + 0.043155 \times T - 8.5548e-5 \times T^2 + 6.00696e-8 * T^3</math>
 
 
:<math> z = z1 + z2 + z3 + z4</math>
 
:<math> z = z1 + z2 + z3 + z4</math>
  
lnPb = 2.498 + 0.713 * $z + 0.0075 * pow($z, 2);
+
:<math> z1 = A_0+ A_1 ln(R_{sb}) + A_2 ln^2(R_{sb}) + A_3 ln^3(R_{sb})</math>
 +
 
 +
A0 = -4.814074834<br/>
 +
A1 = 0.7480913<br/>
 +
A2 = 0.1743556<br/>
 +
A3 = -0.0206<br/>
  
Bubblepoint_Valko_McCainSI = exp($lnPb);
+
:<math> z2 = B_0 + B_1  API_{oil} + B_2 {API_{oil}}^2  + B_3 {API_{oil}}^3</math>
  
where:
+
B0 = 1.27<br/>
 +
B1 = -0.0449<br/>
 +
B2 = 4.36e-4<br/>
 +
B3 = -4.76e-6<br/>
 +
 
 +
:<math> z3 = C_0 + C_1 SG_{g} + C_2 SG^2_{g} + C_3 SG^3_{g}</math>
 +
 
 +
C0 = 4.51<br/>
 +
C1 = -10.84<br/>
 +
C2 = 8.39<br/>
 +
C3 = -2.34<br/>
 +
 
 +
:<math> z4 = D_0 + D_1 T + D_2 T^2 + D_4 T^3</math>
 +
 
 +
D0 = -7.2254661<br/>
 +
D1 = 0.043155<br/>
 +
D2 = -8.55e-5<br/>
 +
D3 = 6.00696e-8<br/>
 +
 
 +
== Application range ==
 +
:<math>  1.8 \le R_s \le 394.7 </math>
 +
:<math>  0.725 \le SG_o \le 1.029 </math>
 +
:<math>  0.555 \le SG_g \le 1.685 </math>
 +
:<math>  15.6 \le T, C \le 172.2 </math>
 +
 
 +
== Example. Calculation of the bubble point pressure ==
 +
Example source <ref name=DW/>
 +
===Input data===
 +
:<math>R_s</math> = 60 sm3/sm3
 +
:<math>SG_o</math> = 0.85 or 35 API
 +
:<math>SG_g</math> = 0.75
 +
:<math>T</math> = 90C or 363K
 +
Calculate bubble point pressure?
 +
===Solution===
 +
z1=-0.2422<br/>
 +
z2=0.0294<br/>
 +
z3=0.1122<br/>
 +
z4=-0.0594<br/>
 +
:<math>ln(P_b)</math> = 2.4557
 +
:<math>Pb</math> = 11.65MPa or 115 atm
 +
 
 +
The solution is available in the online PVT calculator software at [https://www.pengtools.com/pvtCalculator?paramsToken=de71e4cc29541ab2117e07408864410c www.pengtools.com]
  
=== Discussion  ===
+
== Nomenclature ==
=== Workflow  ===
+
:<math> API_{oil} </math> = oil specific gravity, °API
=== Application range ===
+
:<math> A_0..A_3 </math> = coefficients
=== Nomenclature ===
+
:<math> B_0..B_3 </math> = coefficients
:<math> A_1..A_{11} </math> = coefficients
+
:<math> C_0..C_3 </math> = coefficients
:<math> \rho_r </math> = reduced density, dimensionless
+
:<math> D_0..D_4 </math> = coefficients
:<math> P </math> = pressure, psia
+
:<math> P_{bp} </math> = bubble point pressure, MPa
:<math> P_{pc} </math> = pseudo critical pressure, psia
+
:<math> R_s </math> = solution oil gas ratio, sm3/sm3
:<math> P_{pr} </math> = pseudoreduced pressure, dimensionless
 
 
:<math> SG_g </math> = gas specific gravity, dimensionless
 
:<math> SG_g </math> = gas specific gravity, dimensionless
:<math> T </math> = temperature, °R
+
:<math> SG_o </math> = oil specific gravity, dimensionless
:<math> T_{pc} </math> = pseudo critical temperature, °R
+
:<math> T </math> = temperature, °K
:<math> T_{pr} </math> = pseudoreduced temperature, dimensionless
 
:<math> z </math> = gas compressibility factor, dimensionless
 
  
=== References ===
+
== References ==
 
<references>
 
<references>
 
+
<ref name={Valko - McCain}>
<ref name=Standing&Katz>{{cite journal
+
{{cite journal
  |last1= Standing |first1=M. B.
+
  |last1= Valkó |first1=P. P.
  |last2= Katz |first2=D. L.
+
  |last2= McCain |first2=W.D.
  |title=Density of Natural Gases
+
  |title=Reservoir oil bubblepoint pressures revisited; solution gas–oil ratios and surface gas specific gravities.
  |journal=Transactions of the AIME
+
  |journal=J. Pet. Sci. Eng. 37 (3–4): 153-169
|publisher=Society of Petroleum Engineers
+
  |date=2003
|number=SPE-942140-G
+
  |url=http://dx.doi.org/10.1016/S0920-4105(02)00319-4
  |date=December 1942
 
|volume=146
 
  |url=https://www.onepetro.org/journal-paper/SPE-942140-G
 
 
  |url-access=registration  
 
  |url-access=registration  
 
}}</ref>
 
}}</ref>
  
<ref name= Dranchuk >{{cite journal
+
<ref name=PracticalPVT>
  |last1= Dranchuk |first1=P. M.
+
{{cite journal
  |last2= Abou-Kassem |first2=H.
+
  |last1= Afanasyev |first1=Vitaliy
  |title=Calculation of Z Factors For Natural Gases Using Equations of State
+
  |last2= Moskvin |first2=Igor
  |journal=The Journal of Canadian Petroleum
+
|last3= Wolcott |first3=Ken
  |number=PETSOC-75-03-03
+
|last4= McCain |first4=W.D.
  |date=July 1975
+
  |title=Practical PVT Calculations for black oils
  |volume=14
+
  |journal=YUKOS publication
  |url=https://www.onepetro.org/journal-paper/PETSOC-75-03-03
+
  |date=2004
  |url-access=registration
+
}}</ref>
 +
<ref name=DW>
 +
{{cite book
 +
|last1= Wolcott |first1=Don
 +
|title=Applied Waterflood Field Development
 +
  |date=2009
 +
  |publisher=Energy Tribune Publishing Inc
 +
|place=Houston
 +
  |url=https://www.amazon.com/Applied-Waterflood-Field-Development-Wolcott/dp/0578023946/ref=sr_1_1?ie=UTF8&qid=1481788841&sr=8-1&keywords=Don+wolcott
 +
  |url-access=subscription
 
}}</ref>
 
}}</ref>
 
 
</references>
 
</references>
  
 
[[Category:pengtools]]
 
[[Category:pengtools]]
 
[[Category:PVT]]
 
[[Category:PVT]]
 +
 +
{{#seo:
 +
|title=Valko - McCain bubble point pressure correlation
 +
|titlemode= replace
 +
|keywords=Valko - McCain correlation, oil bubble point
 +
|description=Valko - McCain correlation is an empirical correlation for the oil bubble point pressure published in 2003.
 +
}}

Latest revision as of 08:50, 28 September 2020

Valko - McCain bubble point pressure correlation

Valko - McCain is an empirical correlation for the bubble point pressure published in 2003 [1].

Valko McCain Bubble Point Pressure correlation in the PVT Software

Math & Physics

 P_{bp} = e^{2.498 + 0.713 z + 0.0075 z^2}[2]

where:

 z = z1 + z2 + z3 + z4
 z1 =  A_0+ A_1 ln(R_{sb}) + A_2 ln^2(R_{sb}) + A_3 ln^3(R_{sb})

A0 = -4.814074834
A1 = 0.7480913
A2 = 0.1743556
A3 = -0.0206

 z2 = B_0 + B_1  API_{oil} + B_2 {API_{oil}}^2  + B_3 {API_{oil}}^3

B0 = 1.27
B1 = -0.0449
B2 = 4.36e-4
B3 = -4.76e-6

 z3 = C_0 + C_1 SG_{g} + C_2 SG^2_{g} + C_3 SG^3_{g}

C0 = 4.51
C1 = -10.84
C2 = 8.39
C3 = -2.34

 z4 = D_0 + D_1 T + D_2 T^2 + D_4 T^3

D0 = -7.2254661
D1 = 0.043155
D2 = -8.55e-5
D3 = 6.00696e-8

Application range

  1.8 \le R_s \le 394.7
  0.725 \le SG_o \le 1.029
  0.555 \le SG_g \le 1.685
  15.6 \le T, C \le 172.2

Example. Calculation of the bubble point pressure

Example source [3]

Input data

R_s = 60 sm3/sm3
SG_o = 0.85 or 35 API
SG_g = 0.75
T = 90C or 363K

Calculate bubble point pressure?

Solution

z1=-0.2422
z2=0.0294
z3=0.1122
z4=-0.0594

ln(P_b) = 2.4557
Pb = 11.65MPa or 115 atm

The solution is available in the online PVT calculator software at www.pengtools.com

Nomenclature

 API_{oil} = oil specific gravity, °API
 A_0..A_3 = coefficients
 B_0..B_3 = coefficients
 C_0..C_3 = coefficients
 D_0..D_4 = coefficients
 P_{bp} = bubble point pressure, MPa
 R_s = solution oil gas ratio, sm3/sm3
 SG_g = gas specific gravity, dimensionless
 SG_o = oil specific gravity, dimensionless
 T = temperature, °K

References

  1. Valkó, P. P.; McCain, W.D. (2003). "Reservoir oil bubblepoint pressures revisited; solution gas–oil ratios and surface gas specific gravities."Free registration required. J. Pet. Sci. Eng. 37 (3–4): 153-169. 
  2. Afanasyev, Vitaliy; Moskvin, Igor; Wolcott, Ken; McCain, W.D. (2004). "Practical PVT Calculations for black oils". YUKOS publication. 
  3. Wolcott, Don (2009). Applied Waterflood Field DevelopmentPaid subscription required. Houston: Energy Tribune Publishing Inc.