HydroGeoSphere/Dual Continuum (Saturated)

From testwiki
Jump to navigation Jump to search

Default Dual-Continuum Saturated Flow Properties

Unless you modify the default values, all dual-continuum zones (and elements) in the domain will be assigned the default properties which are listed in Table 5.7. These values are representative of a sand:

Template:AnchorTable 5.7: Default Values for Dual-continuum Saturated Flow Properties
Parameter Value Unit
Name Default Sand -
Hydraulic conductivity terms: - -
Kxx 7.438 × 10−5 m s−1
Kyy 7.438 × 10−5 m s−1
Kzz 7.438 × 10−5 m s−1
Specific storage Ssd 1.0 × 10−4 m−1
Porosity 0.375 -
Volume fraction of porous medium wd 0.01 -
Unsaturated flow relation type Pseudo-soil -

Note that the default state of the hydraulic conductivity tensor (Kd in Equation 2.17) is that it is isotropic. It should also be noted that for dual continua, off-diagonal terms are not considered.

You can use the general methods and instructions outlined in Section 5.8.1 to modify the default distribution of saturated dual-continuum properties.

As was the case for the instructions which modify porous medium properties, the following instructions also have a scope of operation, the only difference being that they would appear in the .dprops file instead of the .mprops file.

• • •

K isotropic

Scope: .grok .dprops

  1. kval Hydraulic conductivity [L T−1].

Assign an isotropic hydraulic conductivity (i.e. Kxxd = Kyyd = Kzzd).

• • •

K anisotropic

Scope: .grok .dprops

  1. kvalx, kvaly, kvalz Hydraulic conductivities [L T−1] in the x-, y- and z-directions respectively.

Assigns anisotropic hydraulic conductivities.

• • •

Specific storage

Scope: .grok .dprops

  1. val Specific storage [L−1], Ssd, but defined in a similar way to Ss in Equation 2.10.
• • •

Porosity

Scope: .grok .dprops

  1. val Porosity [L3 L−3], thetasd in Equation 2.16.
• • •

Volume fraction dual medium

Scope: .dprops

  1. val Volume fraction [L3 L−3], wd in Equation 2.16.

The volume fractions of the dual medium and porous medium always add up to 1.0.

• • •

First-order fluid exchange coefficient

Scope: .dprops

  1. val First-order fluid exchange rate, αwd in Equation 2.69.
• • •

Interface k

Scope: .dprops

  1. val Interface hydraulic conductivity [L T−1], Ka in Equation 2.69.
• • •

Convert pm k to macropore k

Scope: .dprops

  1. val Porous medium background hydraulic conductivity Kbkgrd[L/T].

We can express the bulk hydraulic conductivity of a dual-continuum Kbulk as the sum of the porous media Kbkgrd and fracture Kd components:

Kbulk=Kbkgrd(1wd)+KdwdTemplate:Spaces(Equation 5.11)

where wd is the volume fraction [L3 L−3] in Equation 2.16.

If we assume that the observed (porous medium) hydraulic conductivity is equal to Kbulk, and supply an educated guess for Kbkgrd, we can rearrange the equation and calculate Kd as:

Kd=[KbulkKbkgrd(1wd)]/wdTemplate:Spaces(Equation 5.12)

For all elements in the currently chosen dual zones, the porous medium hydraulic conductivity is replaced by Kbkgrd and the fracture hydraulic conductivity Kd is set equal to the calculated value.

• • •

Template:BookCat