Difference between revisions of "Valko - McCain bubble point pressure correlation"
From wiki.pengtools.com
Gprotsykov (talk | contribs) (Created page with "__TOC__ === Brief === Valco- McCain correlation is ... === Math & Physics === :<math> z1 = -4.814074834 + 0.7480913 * log(R_{sb}) + 0.1743556 * (log(R_{sb}))^2 - 0.0206...") |
(No difference)
|
Revision as of 08:34, 13 June 2017
Contents
Brief
Valco- McCain correlation is ...
Math & Physics
z2 = 1.27 - 0.0449 * $API + 0.000436 * pow($API, 2) - 0.00000476 * pow($API, 3); z3 = 4.51 - 10.84 * $sgGas + 8.39 * pow($sgGas, 2) - 2.34 * pow($sgGas, 3); z4 = -7.2254661 + 0.043155 * $tKel - 8.5548e-5 * pow($tKel, 2) + 6.00696e-8 * pow($tKel, 3); z = $z1 + $z2 + $z3 + $z4;
lnPb = 2.498 + 0.713 * $z + 0.0075 * pow($z, 2);
Bubblepoint_Valko_McCainSI = exp($lnPb);
where:
Discussion
Why the Dranchuk correlation?
It's classics!— www.pengtools.com
Workflow
To solve the Dranchuk equation use the iterative secant method.
To find the pseudo critical properties from the gas specific gravity [2]:
Application range
and
Nomenclature
- = coefficients
- = reduced density, dimensionless
- = pressure, psia
- = pseudo critical pressure, psia
- = pseudoreduced pressure, dimensionless
- = gas specific gravity, dimensionless
- = temperature, °R
- = pseudo critical temperature, °R
- = pseudoreduced temperature, dimensionless
- = gas compressibility factor, dimensionless
References
- ↑ 1.0 1.1 1.2 Dranchuk, P. M.; Abou-Kassem, H. (July 1975). "Calculation of Z Factors For Natural Gases Using Equations of State". The Journal of Canadian Petroleum. 14 (PETSOC-75-03-03).
- ↑ Standing, M. B.; Katz, D. L. (December 1942). "Density of Natural Gases". Transactions of the AIME. Society of Petroleum Engineers. 146 (SPE-942140-G).