Description Usage Arguments Value References Examples
View source: R/Rrelperm-package.R
The 'kr2p_ow()' creates a table of two-phase water and oil relative permeability data for water and oil saturation values between zero and one.
1 | kr2p_ow(SWCON, SWCRIT, SOIRW, SORW, KRWIRO, KROCW, NW, NOW, NP)
|
SWCON |
connate water saturation, fraction |
SWCRIT |
critical water saturation, fraction |
SOIRW |
irreducible oil saturation, fraction |
SORW |
residual oil saturation, fraction |
KRWIRO |
water relative permeability at irreducible oil |
KROCW |
oil relative permeability at connate water |
NW |
exponent term for calculating krw |
NOW |
exponent term for calculating krow |
NP |
number of saturation points in the table, the maximum acceptable value is 501 |
A matrix with water saturation, oil saturation, water relative permeability, and oil relative permeability values, respectively
Brooks1964Rrelperm
1 | rel_perm_wo <- kr2p_ow(0.15, 0.2, 0.15, 0.15, 0.4, 1, 3, 2, 101)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.