6.1 Governing Equations
For variable-density flow, the mass conservation equations for fluid (groundwater), mass and heat are the basis for numerical models. The mass balance equation for a compressible fluid in a saturated porous medium is shown in Equation 32.
![]() |
(32) |
where:
t | = | time (T), e.g., s |
![]() |
= | specific discharge as given by Equation 2 (L/T), e.g., m s−1 |
ρss | = | density of water source, or sink (M/L3), e.g., kg m−3 |
qss | = | discharge rate per unit of volume of water source or sink (1/T), e.g., s−1 |
The term on the left of the equal sign represents the change in fluid mass per unit of time. The first term to the right of the equal sign represents the change in fluid mass due to differences between inflow and outflow, while the second term is the change in fluid mass due to a source or sink. In groundwater, this can be recharge, inflow from an adjacent aquifer or an extraction/injection well, for example.
The mass balance equation for a solute that instantaneously and linearly partitions between a dissolved phase at concentration C in the pores and an adsorbed phase on the rock surface is Equation 33.
![]() |
(33) |
where:
ρb | = | dry bulk density of the rock (M/L3), e.g., kg m−3 |
Kd | = | distribution coefficient (L3/M), e.g., m3 kg−1, which is the ratio of adsorbed mass and solute mass |
![]() |
= | solute dispersion tensor (L2/T), e.g., m2s−1, which includes the effect of both molecular diffusion and mechanical dispersion |
Cs | = | concentration associated with a source (M/L3), e.g., kg m−3 |
The heat balance equivalent for Equation 33 for temperature being at local instantaneous equilibrium between the pore water and rock matrix is Equation 34.
![]() |
(34) |
where:
ρr | = | density of the rock (M/L3), e.g., kg m−3 |
c and cs | = | specific heat capacities of the groundwater and rock, respectively (ML2/(T2Θ)), e.g., J K−1 kg−1 |
![]() |
= | tensor which includes the combined effects of thermal conduction and mechanical dispersion (L2/T), e.g., m2s−1 |
Ts | = | temperature associated with a source (Θ), e.g., K |
The terms on the left of the equal sign in Equations 33 and 34 represent the change in solute mass or energy, respectively, per unit of time. For both equations, the terms on the right-hand side of the equal sign represent the change due to:
- advective solute/heat transfer;
- mechanical dispersion coupled with diffusion of a solute or conduction of heat; and,
- fluid entering or exiting the system.
Most numerical codes assume that density is a linear function of C and T, as well as pressure p for the range of conditions within the modeled region such that all of the derivatives have constant values (Equation 35).
![]() |
(35) |
where:
ρ0 | = | density of the fluid at initial concentration, temperature and pressure (M/L3), e.g., kg m−3 |
C0 | = | initial concentration of the groundwater (M/L3), e.g., kg m−3 |
T0 | = | initial temperature of the groundwater (Θ), e.g., K |
p0 | = | initial fluid pressure (M/(L1T2)), e.g., kg m−1 s−2 |
It should be noted that the slope is constant over a large concentration and temperature range, but
is temperature-dependent over the range of temperatures of hydrogeological interest. The dependency of ρ on p is very small due to the low compressibility of water such that
and
. In fact, it is much smaller than the compressibility of most of the natural materials that make up aquifers, so it is usually not entered explicitly but combined with the elastic storage properties of the rock in the specific storage coefficient Sp. With the use of Equation 35, Equation 32 can be transformed into Equation 36 (Guo and Langevin, 2002; Jiao and Post, 2019).
![]() |
(36) |
Equations 33, 34 and 36, or their equivalents, form the governing equations of numerical codes for variable-density groundwater flow. In addition to these, numerical models rely on the pressure-based form of Darcy’s law (Equation 2) to describe groundwater flow, Fick’s law (Equation 21) for dispersive and diffusive solute mass transfer and/or Fourier’s law for conductive heat transfer (Equation 22), as well as an equation of state like Equation 35. An inspection of the equations shows that they are coupled. That is, the solute concentration and temperature affect the density, the density affects the flow field, and the flow field alters the solute concentrations and temperatures. The governing equations for groundwater flow and solute transport, therefore, need to be solved simultaneously for variable-density flow problems. Codes for variable-density flow are therefore inherently more complex than those for constant-density systems.