HydroGeoSphere/Porous Medium (Saturated)

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Default porous media saturated flow properties[edit | edit source]

HydroGeoSphere is designed to perform the flow simulation in saturated mode unless instructed otherwise, and unless you modify the default values, all zones (and elements) in the domain will be assigned the default porous media properties which are listed in Table 5.5. These values are representative of a sand.

Note that the default state of the hydraulic conductivity tensor ( in Equation 2.2) is that it is isotropic and that all off-diagonal terms are zero.

Table 5.5: Default Values for Porous Media Saturated Flow Properties
Parameter Value Unit
Name Default Sand -
Hydraulic conductivity terms: - -
7.438 × 10−5 m s−1
7.438 × 10−5 m s−1
7.438 × 10−5 m s−1
0.0 m s−1
0.0 m s−1
0.0 m s−1
Specific storage 1.0 × 10−4 m−1
Porosity s 0.375 -
Poisson’s ratio * 0.3 -
Solids compressibility s 0.0 kg−1 m s2
Loading efficiency 1.0 -
Unsaturated flow relation type Pseudo-soil -
• • •

General porous medium layout[edit | edit source]

You can use the general methods and instructions outlined in Section 5.8.1 to modify the default distribution of saturated porous media properties. A general porous medium layout is shown as the following instruction:

    use domain type
    porous media

    properties file
        {props_file_name.mprops}

    clear chosen nodes/elements/segments/faces/faces by nodes/zones
        {choose nodes/elements/segments/faces/faces by nodes/zones}
        {choose_description}

    new zone
        {zone_type}

    clear chosen zones
    choose zone number
        {num_zone} ! same as {zone_type}

    read properties
        {mat_name}


Note that each instruction given here has an associated scope of operation. For example, some can only be used in the prefix.grok file, in which case they will affect the current set of chosen zones or elements. Other instructions can only be used in a porous media properties (.mprops) file, in which case they affect only the named material of which they are a part. Finally, some instructions can be used in both types of files, in which case their behaviour will be as described above, and will depend on which type of file (i.e. prefix.grok or .mprops) that they are placed in. It is very important that the user understand this behaviour, and the scope of each instruction will be clearly indicated as they are introduced and discussed below.

• • •

K isotropic[edit | edit source]

Scope: .grok .mprops

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

Assign an isotropic hydraulic conductivity (i.e.  =  = ).

• • •

K anisotropic[edit | edit source]

Scope: .grok .mprops

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

Assigns anisotropic hydraulic conductivities.

• • •

K tensor[edit | edit source]

Scope: .grok .mprops

  1. valx, valy, valz Main-diagonal terms of the hydraulic conductivity tensor , and [L T−1].
  2. valxy, valxz, valyz Off-diagonal terms of the hydraulic conductivity tensor , and [L T−1].

Assign hydraulic conductivities which include the off-diagonal terms. Note that this option will only work if HydroGeoSphere is running in finite element mode and so this switch will automatically be set.

• • •

Specific storage[edit | edit source]

Scope: .grok .mprops

  1. val Specific storage [L−1], in Equation 2.10.
• • •

Porosity[edit | edit source]

Scope: .grok .mprops

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

Poisson ratio[edit | edit source]

Scope: .grok .mprops

  1. val Poisson’s Ratio [dimensionless], in Equation 2.28b.
• • •

Loading efficiency[edit | edit source]

Scope: .grok .mprops

  1. val Loading efficiency [dimensionless], in Equation 2.28b.
• • •

Compute loading efficiency[edit | edit source]

Scope: .grok .mprops

This command should be included in the input file if you want the preprocessor to compute the loading efficiency [dimensionless] based on Equation 2.28b. In this case, values of Poisson’s ratio and compressibility of solids and water for the current media will be used. Porous media compressibility will be computed from the specific storage value. If this command is not included, the default or user-defined loading efficiency value is used instead.

• • •

Solids compressibility[edit | edit source]

Scope: .grok .mprops

  1. val Solids compressibility [L T2 M−1], in Equation 2.22.
• • •

Element K isotropic[edit | edit source]

Scope: .grok

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

Chosen elements are assigned isotropic hydraulic conductivities (i.e.  =  = ).

• • •

Element K anisotropic[edit | edit source]

Scope: .grok

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

Chosen elements are assigned anisotropic hydraulic conductivities.

• • •

Read elemental k from file[edit | edit source]

Scope: .grok

  1. input_k_file_name Name of the file which contains the variable data supplied by the user.
• • •

This file should contain the following input data:

  1. element_number, kxx, kyy, kzz Element number, hydraulic conductivities [L T−1] in the x-, y- and z-directions respectively.

All elements are assigned a variable from the file. For example, if there are 4 elements, with  =  = 5 m day−1 and = 2 m day−1, the file would contain:

    1   5.0   5.0   2.0
    2   5.0   5.0   2.0
    3   5.0   5.0   2.0
    4   5.0   5.0   2.0


The user can supply variable values for any number of elements in file input_k_file_name. grok will then produce data for all elements honouring any previous zoned values and the user specified element-variable values, which are written to the file prefixo.elemental_k.

Map isotropic k from raster[edit | edit source]

Scope: .grok

  1. rasterfile Name of the raster file containing the hydraulic conductivity [L T−1] values. This is a string variable. The file should be formatted as outlined in Section H.

For each element in the set of currently chosen zones, a value for the isotropic hydraulic conductivity (i.e.  =  = ) will be interpolated from the raster file data.

• • •

Map anisotropic k from raster[edit | edit source]

Scope: .grok

  1. rasterfile_x Name of the raster files containing the x-component (i.e. ) hydraulic conductivity [L T−1] values. This is a string variable. The file should be formatted as outlined in Section H.
  2. rasterfile_y As above but for the y-component (i.e. ) hydraulic conductivity [L T−1] values.
  3. rasterfile_z As above but for the z-component (i.e. ) hydraulic conductivity [L T−1] values.

For each element in the set of currently chosen zones, values for the anisotropic hydraulic conductivity (i.e. , and ) will be interpolated from the raster file data.

• • •

Map porosity from raster[edit | edit source]

Scope: .grok

  1. rasterfile Name of the raster file containing the porosity values. This is a string variable. The file should be formatted as outlined in Section H.

For each element in the set of currently chosen zones, a value for the porosity will be interpolated from the raster file data.

• • •

Read elemental porosity from file[edit | edit source]

Scope: .grok

  1. input_por_file_name Name of the file which contains the variable porosity data supplied by the user. This file should contain the following input data:
(a) element_number, por Element number, porosity.

All elements are assigned a variable porosity from the file. The user can supply variable values for any number of elements in file input_por_file_name. grok will then produce data for all elements honouring any previous zoned values and the user specified element-variable values, which are written to the file prefixo.elemental_por.

• • •

Read elemental specific storage from file[edit | edit source]

Scope: .grok

  1. input_stor_file_name Name of the file which contains the variable specific storage data supplied by the user. This file should contain the following input data:
(a) element number, stor Element number, specific storage [L−1], in Equation 2.10.

All elements are assigned a variable specific storage from the file. The user can supply variable values for any number of elements in file input_stor_file_name. grok will then produce data for all elements honouring any previous zoned values and the user specified element-variable values, which are written to the file prefixo.elemental_stor.

• • •

Map tortuosity from raster[edit | edit source]

Scope: .grok

  1. rasterfile Name of the raster file containing the tortuosity values. This is a string variable. The file should be formatted as outlined in Section H.

For each element in the set of currently chosen zones, a value for the tortuosity will be interpolated from the raster file data.

• • •

Read elemental tortuosity from file[edit | edit source]

Scope: .grok

  1. input_tort_file_name Name of the file which contains the variable tortuosity data supplied by the user. This file should contain the following input data:
(a) element_number, tort Element number, tortuosity.

All elements are assigned a variable tortuosity from the file. The user can supply variable values for any number of elements in file input_por_file_name. grok will then produce data for all elements honouring any previous zoned values and the user specified elementvariable values, which are written to the file prefixo.elemental_tort.

• • •

Write element k[edit | edit source]

Scope: .grok

  1. filenm Name of the file in which to write the hydraulic conductivity information.

Writes a file of element hydraulic conductivity values in ascii format.

• • •

The following FORTRAN code segment shows how the file is opened and the data written:

    open(itmp,file=filenm,status=unknown)
    if(k_variable .or. k_rand) then
        write(itmp,(i10,3e12.5)) (i,kxx(i),kyy(i),kzz(i),i=1,ne)
    else
        write(itmp,(i10,3e12.5)) (i,kxx(iprop(i)),kyy(iprop(i)),kzz(iprop(i)),i=1,ne)
    end if


where kxx, kyy and kzz are the hydraulic conductivity values in the three principal directions and ne is the number of elements in the mesh. If values are zoned, then the variable iprop(i) refers to the element zone id number of element i.

Write element k at z[edit | edit source]

Scope: .grok

  1. zfix z-coordinate for choosing which element to write.
  2. rtol Distance from zfix for test.
  3. filenm Name of the file in which to write the hydraulic conductivity information.

This instruction is identical to write element k except that information if only written for elements whose centroid is within a distance of rtol of the z-coordinate zfix are written to the file.

• • •

Get average k[edit | edit source]

Scope: .grok

For the group of currently chosen elements, this instruction computes the average hydraulic conductivity and writes it to the .lst file. This is useful for example, when a random conductivity field has been generated and the user would like to know the average hydraulic conductivity of a region of the domain.

• • •

AECL properties[edit | edit source]

Scope: .grok

  1. aecl_nd_file Name of the file which contains the nodal coordinates for the AECL Motif mesh.
  2. aecl_ne_file Name of the file which contains the element incidences and material property numbers for the AECL Motif mesh.

AECL Motif grid element material numbers are mapped onto the existing HydroGeoSphere mesh. The mapping is performed based on the proximity of HydroGeoSphere and AECL Motif element centroids. Once the material numbers have been mapped, zones should be chosen and appropriate material properties should be assigned.

• • •

Random K field from FGEN[edit | edit source]

Scope: .grok

  1. fgenfile Name of file which contains the random hydraulic conductivity information generated by FGEN.

A random field which was generated by the program FGEN [Robin et al., 1993] is mapped onto the current mesh. HydroGeoSphere automatically dimensions and treats the hydraulic conductivity vector as an elemental property, as opposed to a zoned property.

FGEN generates two cross-correlated random fields having user-specified geostatistical properties. The user can also control the type and degree of cross-correlation. The user should contact the authors regarding the availability of FGEN.

The output from FGEN is in the form of values distributed on a rectangular grid which can be either 2-D or 3-D. Normally, a 3-D distribution is used and values are mapped by first determining which rectangular grid block the element centroid falls in, and then generating a value at the centroid by trilinear interpolation of the 8 neighbouring grid values. If an element is located outside of the FGEN grid, it is assigned a missing value, which is read from the FGEN file.

If the FGEN data is 2-D, values are generated using bilinear interpolation. For example, suppose the FGEN values are distributed on a plane parallel to the xy-plane. In this case any element whose centroid had xy-coordinates that fell inside the range of the FGEN data would receive a value determined by bilinear interpolation from the 4 neighbouring grid values, but independent of the z-coordinate of the element centroid.

The resulting element-variable hydraulic conductivity data are written to the file prefixo.elemental_k.

• • •