kr3p_StoneII_So: Generate a matrix of three-phase relative permeability data...

Description Usage Arguments Value References Examples

View source: R/Rrelperm-package.R

Description

The 'kr3p_StoneII_So()' creates a table of three-phase oil relative permeability data for water, gas, and oil saturation values between zero and one. This model reads the oil saturation in the three-phase region as oil saturation input into two-phase relative permeability models

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
kr3p_StoneII_So(
  SWCON,
  SWCRIT,
  SOIRW,
  SORW,
  SOIRG,
  SORG,
  SGCON,
  SGCRIT,
  KRWIRO,
  KROCW,
  KRGCL,
  NW,
  NOW,
  NG,
  NOG,
  NP
)

Arguments

SWCON

connate water saturation, fraction

SWCRIT

critical water saturation, fraction

SOIRW

irreducible oil saturation, fraction

SORW

residual oil saturation, fraction

SOIRG

irreducible oil saturation, fraction

SORG

residual oil saturation, fraction

SGCON

connate gas saturation, fraction

SGCRIT

critical gas saturation, fraction

KRWIRO

water relative permeability at irreducible oil

KROCW

oil relative permeability at connate water

KRGCL

gas relative permeability at connate liquid

NW

exponent term for calculating krw

NOW

exponent term for calculating krow

NG

exponent term for calculating krg

NOG

exponent term for calculating krog

NP

number of saturation points in the two-phase relative permeability tables, the maximum acceptable value is 501. The number of data points in the three-phase relative permeability table is (0.5 * NP * (NP + 1))

Value

A matrix with water saturation, gas saturation, oil saturation, and oil relative permeability values, respectively.

References

\insertRef

Stone1970Rrelperm

\insertRef

Fayers1984Rrelperm

Examples

1
2
rel_perm_wgo <- kr3p_StoneII_So(0.15, 0.2, 0.15, 0.15, 0.2, 0.2, 0.05, 0.05,
0.4, 1, 0.3, 3, 2, 4, 2.5, 101)

Rrelperm documentation built on July 1, 2020, 10:30 p.m.