GWE-EST
Structure of Blocks
FOR EACH SIMULATION
BEGIN OPTIONS
[SAVE_FLOWS]
[ZERO_ORDER_DECAY]
[DENSITY_WATER <density_water>]
[HEAT_CAPACITY_WATER <heat_capacity_water>]
[LATENT_HEAT_VAPORIZATION <latent_heat_vaporization>]
END OPTIONS
BEGIN GRIDDATA
POROSITY [LAYERED]
<porosity(nodes)> -- READARRAY
[DECAY [LAYERED]
<decay(nodes)> -- READARRAY]
HEAT_CAPACITY_SOLID [LAYERED]
<heat_capacity_solid(nodes)> -- READARRAY
DENSITY_SOLID [LAYERED]
<density_solid(nodes)> -- READARRAY
END GRIDDATA
Explanation of Variables
Block: OPTIONS
SAVE_FLOWS
keyword to indicate that EST flow terms will be written to the file specified with “BUDGET FILEOUT” in Output Control.ZERO_ORDER_DECAY
is a text keyword to indicate that zero-order decay will occur. Use of this keyword requires that DECAY and DECAY_SORBED (if sorption is active) are specified in the GRIDDATA block.density_water
density of water used by calculations related to heat storage and conduction. This value is set to 1,000 kg/m3 if no overriding value is specified. A user-specified value should be provided for models that use units other than kilograms and meters or if it is necessary to use a value other than the default.heat_capacity_water
heat capacity of water used by calculations related to heat storage and conduction. This value is set to 4,184 J/kg/C if no overriding value is specified. A user-specified value should be provided for models that use units other than kilograms, joules, and degrees Celsius or it is necessary to use a value other than the default.latent_heat_vaporization
latent heat of vaporization is the amount of energy that is required to convert a given quantity of liquid into a gas and is associated with evaporative cooling. While the EST package does not simulate evaporation, multiple other packages in a GWE simulation may. To avoid having to specify the latent heat of vaporization in multiple packages, it is specified in a single location and accessed wherever it is needed. For example, evaporation may occur from the surface of streams or lakes and the energy consumed by the change in phase would be needed in both the SFE and LKE packages. This value is set to 2,453,500 J/kg if no overriding value is specified. A user-specified value should be provided for models that use units other than joules and kilograms or if it is necessary to use a value other than the default.
Block: GRIDDATA
porosity
is the mobile domain porosity, defined as the mobile domain pore volume per mobile domain volume. The GWE model does not support the concept of an immobile domain in the context of heat transport.decay
is the rate coefficient for zero-order decay for the aqueous phase of the mobile domain. A negative value indicates heat (energy) production. The dimensions of decay for zero-order decay is energy per length cubed per time. Zero-order decay will have no effect on simulation results unless zero-order decay is specified in the options block.heat_capacity_solid
is the mass-based heat capacity of dry solids (aquifer material). For example, units of J/kg/C may be used (or equivalent).density_solid
is a user-specified value of the density of aquifer material not considering the voids. Value will remain fixed for the entire simulation. For example, if working in SI units, values may be entered as kilograms per cubic meter.
Example Input File
BEGIN OPTIONS
HEAT_CAPACITY_WATER 4180.0
DENSITY_WATER 999.0
LATENT_HEAT_VAPORIZATION 2.454E+06
END OPTIONS
BEGIN GRIDDATA
POROSITY
CONSTANT 0.1
HEAT_CAPACITY_SOLID
CONSTANT 880.0
DENSITY_SOLID
CONSTANT 2650.0
END GRIDDATA