Constitutive Relations¶
Capillary Pressure - Saturation Functions¶
van Genuchten Saturation Function¶
Capillary pressure is related to saturation by various phenomenological relations, one of which is the van Genuchten (1980) relation
where \(p_c\) represents the capillary pressure [Pa], and the effective saturation \(s_e\) is defined by
where \(s_r\) denotes the residual saturation, and \(s_0\) denotes the maximum saturation. The inverse relation is given by
The quantities \(m\), \(n\) and \(p_c^0\) are impirical constants determined by fitting to experimental data.
Brooks-Corey Saturation Function¶
The Brooks-Corey saturation function is a limiting form of the van Genuchten relation for \(p_c/p_c^0 \gg 1\), with the form
with \(\lambda=mn\) and inverse relation
Relative Permeability Functions¶
Two forms of the relative permeability function are implemented based on the Mualem and Burdine formulations. The quantity \(n\) is related to \(m\) by the expression
for the Mualem formulation and by
for the Burdine formulation.
Mualem Relative Permeability¶
For the Mualem relative permeability function based on the van Genuchten saturation function is given by the expression
The Mualem relative permeability function based on the Brooks-Corey saturation function is defined by
Burdine Relative Permeability¶
For the Burdine relative permeability function based on the van Genuchten saturation function is given by the expression
The Burdine relative permeability function based on the Brooks-Corey saturation function has the form
Modified Brooks Corey Relative Permeability¶
The modified Brooks Corey relative permeability function can be associated with any saturation function. The liquid relative permeability is defined as
The gas phase relative permeability is defined as
where \(k_{r\alpha,\text{max}}\), \(n_\alpha\) and \(s_{e\alpha}\) are the maximum relative permeability, modified Brooks Corey exponent and effective saturation for phase \(\alpha\).
Smoothing¶
At the end points of the saturation and relative permeability functions it is sometimes necessary to smooth the functions in order for the Newton-Raphson equations to converge. This is accomplished using a third order polynomial interpolation by matching the values of the function to be fit (capillary pressure or relative permeability), and imposing zero slope at the fully saturated end point and matching the derivative at a chosen variably saturated point that is close to fully saturated. The resulting equations for coefficients \(a_i\), \(i=0-3\), are given by
for chosen points \(x_1\) and \(x_2\). In matrix form these equations become
The conditions imposed on the smoothing equations for capillary pressure \(f=s_e(p_c)\) are \(x_1=2 p_c^0\), \(x_2=p_c^0/2\), \(f_1 = (s_e)_1\), \(f_2 = 1\), \(f_1' = (s_e')_1\), \(f_2' = 0\). For relative permeability \(f=k_r(s_e)\), \(x_1 = 1\), \(x_2 = 0.99\), \(f_1 = 1\), \(f_2 = (k_r)_2\), \(f_1' = 0\), \(f_2' = (k_r')_2\).