|
struct | Opm::Properties::TTag::Richards |
| The type tag for problems discretized using the Richards model. More...
|
|
struct | Opm::Properties::LiquidPhaseIndex< TypeTag, TTag::Richards > |
| By default, assume that the first phase is the liquid one. More...
|
|
struct | Opm::Properties::GasPhaseIndex< TypeTag, TTag::Richards > |
| By default, assume that the non-liquid phase is gaseos. More...
|
|
struct | Opm::Properties::LiquidComponentIndex< TypeTag, TTag::Richards > |
| By default, assume that component which the liquid is made of has the same index as the liquid phase. More...
|
|
struct | Opm::Properties::GasComponentIndex< TypeTag, TTag::Richards > |
| By default, assume that the gas component is the other than the liquid one. More...
|
|
struct | Opm::Properties::LocalResidual< TypeTag, TTag::Richards > |
| The local residual operator. More...
|
|
struct | Opm::Properties::Model< TypeTag, TTag::Richards > |
| The global model used. More...
|
|
struct | Opm::Properties::RateVector< TypeTag, TTag::Richards > |
| the RateVector property More...
|
|
struct | Opm::Properties::BoundaryRateVector< TypeTag, TTag::Richards > |
| the BoundaryRateVector property More...
|
|
struct | Opm::Properties::PrimaryVariables< TypeTag, TTag::Richards > |
| the PrimaryVariables property More...
|
|
struct | Opm::Properties::IntensiveQuantities< TypeTag, TTag::Richards > |
| The class for the intensive quantities. More...
|
|
struct | Opm::Properties::ExtensiveQuantities< TypeTag, TTag::Richards > |
| The class for the quantities required for the flux calculation. More...
|
|
struct | Opm::Properties::NewtonMethod< TypeTag, TTag::Richards > |
| The class of the Newton method. More...
|
|
struct | Opm::Properties::Indices< TypeTag, TTag::Richards > |
| The class with all index definitions for the model. More...
|
|
struct | Opm::Properties::WettingFluid< TypeTag, TTag::Richards > |
| The wetting phase used. More...
|
|
struct | Opm::Properties::NonWettingFluid< TypeTag, TTag::Richards > |
| The non-wetting phase used. More...
|
|
struct | Opm::Properties::FluidSystem< TypeTag, TTag::Richards > |
| The fluid system used by the model. More...
|
|
class | Opm::RichardsModel< TypeTag > |
| This model implements a variant of the Richards equation for quasi-twophase flow. More...
|
|
This model implements a variant of the Richards equation for quasi-twophase flow.
In the unsaturated zone, Richards' equation is frequently used to approximate the water distribution above the groundwater level. It can be derived from the two-phase equations, i.e.
where
is the index of the fluid phase,
is the fluid density,
is the fluid saturation,
is the porosity of the soil,
is the relative permeability for the fluid,
is the fluid's dynamic viscosity,
is the intrinsic permeability tensor,
is the fluid phase pressure and
is the potential of the gravity field.
In contrast to the "full" two-phase model, the Richards model assumes that the non-wetting fluid is gas and that it thus exhibits a much lower viscosity than the (liquid) wetting phase. (This assumption is quite realistic in many applications: For example, at atmospheric pressure and at room temperature, the viscosity of air is only about
of the viscosity of liquid water.) As a consequence, the
term typically is much larger for the gas phase than for the wetting phase. Using this reasoning, the Richards model assumes that
is infinitely large compared to the same term of the liquid phase. This implies that the pressure of the gas phase is equivalent to the static pressure distribution and that therefore, mass conservation only needs to be considered for the liquid phase.
The model thus choses the absolute pressure of the wetting phase
as its only primary variable. The wetting phase saturation is calculated using the inverse of the capillary pressure, i.e.
holds, where
is a reference pressure given by the problem's referencePressure()
method. Nota bene, that the last step assumes that the capillary pressure-saturation curve can be uniquely inverted, i.e. it is not possible to set the capillary pressure to zero if the Richards model ought to be used!