Description
This module considers variably saturated flow of a single aqueous phase, which consists of a water component and tracers, and neglects phase change effects. The thermophysical properties of water are assumed independent of tracer concentrations. Implicit in this approximation is the assumption that the tracer concentrations are small. The gas phase is treated as a passive bystander at constant pressure, and conditions are assumed to be isothermal. Thus, no mass balance equation for gas and no heat balance is needed, and only a single water mass balance equation is solved for each grid block if no tracer is included. This is very efficient numerically, making EOS9 the module of choice for problems for which the underlying approximations are applicable.
Liquid flow in EOS9 is described as follows:
(7-23)
where is porosity, is water saturation, is water density, k is absolute permeability, is relative permeability to the aqueous phase, is water viscosity, is water pressure, g is acceleration of gravity, and z is defined positive upward. Neglecting variations in liquid phase density and viscosity, as is appropriate for (nearly) isothermal conditions, Eq. 7-23 simplifies to Richards’ equation (1931)
(7-24)
where is specific volumetric moisture content, is hydraulic conductivity, and is the hydraulic head. EOS9 can describe flow under partially saturated (0 < Sl < 1) as well as fully saturated conditions, and phase changes between the two.
Specifications
A summary of EOS9 specifications is given in Table 12. The default number of mass component is 1. Simulation can only be run in isothermal. With only a single mass balance equation per grid block (not considering tracers), there is only a single primary thermodynamic variable. This is taken to be pressure for single-phase (saturated) conditions, and is water saturation for unsaturated conditions. A distinction between the two is made simply on the basis of the numerical value of the first primary variable, . If < 1, this indicates that represents water saturation and conditions are unsaturated; if is larger than a user-specified gas phase reference pressure (default ), it is taken to be water pressure, and saturated conditions prevail. When phase changes between saturated and unsaturated conditions occur, the primary variable is switched, as follows. The numerical value of and its change during the Newton-Raphson iteration process is monitored. If changes from being smaller than 1 to larger than 1, this indicates attainment of fully saturated conditions. In that case is switched to pressure, and is initialized at a pressure slightly in excess of gas phase reference pressure as , with . If changes from being larger than to smaller than , this indicates a transition from fully to partially saturated conditions. is then switched to saturation, and is initialized as . Actually, a transition from fully to partially saturated conditions is made only when drops below ; test calculations have shown that such a (small) finite-size window for phase change improves numerical stability and efficiency. If tracers exist, one additional primary variable is needed for each tracer. It always takes the tracer mass fraction in liquid water as the primary variable.
Table 12 Summary for EOS9
Components
(1) Water
(2-6) Tracer1-Tracer5 (optional)
Phase condition and its state name and index
(1) Unsaturated, USA
(2) Saturated, SAT
Primary variables
Optional process modeling
Wellbore simulation, and Biodegradation reactions.
In EOS9, the thermophysical properties of water are taken at default reference conditions of P = Pa, T = 15 ˚C. These defaults can be overwritten in a flexible manner by specifying appropriate data in a fictitious domain ‘REFCO’, as follows.
reference pressure: DROK of REFCO
reference temperature: POR of REFCO
liquid density: PER(1) of REFCO
liquid viscosity: PER(2) of REFCO
liquid compressibility: PER(3) of REFCO
See
Note that assignment of thermophysical data through a specially-named domain was set up just as a convenient way of providing floating-point parameters to the code. No volume elements (grid blocks) should be attached to domain ‘REFCO’, as the data in general will not correspond to reasonable hydrogeologic parameters. The above-mentioned defaults will be overwritten for any parameters for which a non-zero entry is provided in ‘REFCO’. This allows the generation of these parameters internally for user-defined (P, T); it also allows for directly assigning user-desired values as, e.g., = 1000 kg/m3, Pa-s (=1 centipoise), etc.
In addition to specifying the primary thermodynamic variable on a default, domain, or grid block basis, EOS9 offers alternative ways of initializing flow problems. The primary variable may be entered as a negative number upon initialization, in which case it will be taken to denote capillary pressure, and will be internally converted to in the initialization phase. EOS9 can also initialize a flow problem with gravity-capillary equilibrium, relative to a user-specified reference elevation of the water table. This type of initialization will be engaged if the user enters a non-zero number in slot CWET in ROCKS domain ‘REFCO’, in which case CWET will be taken to denote the water table elevation , in units of meters. Water pressure atis taken equal to reference gas pressure, , and is initialized as a function of grid block elevation according to . By convention, the z-axis is assumed to point upward. In order to use this facility, the z-coordinates (grid block elevations) must be specified in the ELEME-data, which will be done automatically if internal MESH generation is used.
In the assignment of gravity-capillary equilibrium as just discussed, water saturations at “sufficiently” high elevations above the water table may end up being smaller than the irreducible water saturation specified in the relative permeability function, which may or may not be consistent with the physical behavior of the flow system. Users may optionally enforce that in regions where the capillary pressure function would dictate that . This is accomplished by entering an appropriate parameter in slot SPHT of ROCKS domain ‘REFCO’, and works as follows. The irreducible saturation will be taken to be parameter RP(int(SPHT)) of the relative permeability function. As an example, for the IRP = 7 relative permeability function, irreducible water saturation is the parameter RP(2); therefore, for IRP = 7 the user should specify SPHT = 2.0 in ‘REFCO’ to use this facility.