Skip to content

Commit

Permalink
Merge pull request #228 from emorway-usgs/barends
Browse files Browse the repository at this point in the history
example(gwe-barends): "thermal bleeding" (conduction) example based on Barends solution
  • Loading branch information
langevin-usgs authored Sep 27, 2024
2 parents 9f3a999 + b9f53e3 commit c5b10d3
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/body.tex
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
\insection
\input{sections/ex-gwe-ates.tex}

\clearpage
\insection
\input{sections/ex-gwe-barends.tex}

% PRT Model examples
\clearpage
\insection
Expand Down
44 changes: 44 additions & 0 deletions doc/sections/ex-gwe-barends.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
\section{The Barends Problem}

% Describe source of problem
Underground thermal energy storage (UTES) systems, sometimes referred to as aquifer thermal energy storage (ATES) systems, can help bolster sustainable energy supply portfolios. In UTES, energy can be injected into an aquifer at one time to be withdrawn as needed at a later time. However, ``thermal bleeding,'' or in other words conductive heat exchange with over and underlying geological formations may degrade the efficacy of UTES systems as injected heat diffuses away from the storage site. To better understand the potential of UTES at various sites, numerical models are often used to verify field tests and further explore the suitability of a site for UTES \citep{barends2010}. This demonstration of \mf is patterned after the ``Barends'' problem.

\subsection{Example description}

This problem uses a 2D vertical cross-section comprised of two zones - a 100 $m$ thick saturated zone that is overlain by a 100 $m$ thick overburden (fig.~\ref{fig:barends-model-setup}). Within the saturated zone, groundwater flow is simulated as a 1-dimensional (1D) flow-field moving from left to right. The bottom boundary of the groundwater reservoir is considered sealed for both flow and heat. However, the upper boundary of the groundwater reservoir - the interface with the overburden - is sealed for flow but not for heat transfer.

% a figure
\begin{StandardFigure}{
A simplified depiction of the DIS grid \citep{modflow6gwf} showing basic model components that corresponds to the \cite{barends2010} problem. For this setup, 100 layers are used to represent the groundwater reservoir; however, thickness-weighted injection/extraction amounts within each layer of the groundwater reservoir result in 1D groundwater flow below the overburden. There is no groundwater flow in the overburden, only conductive heat exchange between these two geologic units}
{fig:barends-model-setup}{../images/barends-model-setup.png}
\end{StandardFigure}

For simulating only conductive heat exchange at the overburden-groundwater reservoir interface, the vertical hydraulic conductivities are set extremely low throughout the entire model domain (Table~\ref{tab:ex-gwe-barends-01}). The horizontal hydraulic conductivities are set such that the horizontal groundwater velocity is $1.2649 \times 10^{-8} \frac {m}{s}$ within the groundwater reservoir. Flow is injected in the left-most groundwater reservoir cells and extracted from the right-most cells at the same rate. Within the overburden, there is no convection (as already mentioned) and thermal conduction is 2-dimensional (2D), a significant departure from the Barends problem setup (fig.~\ref{fig:barends-model-setup}).

% add static parameter table(s)
%\input{../tables/ex-gwe-barends-01}

The model domain is initialized with a uniform temperature of $80^{\circ}C$ at the beginning of the simulation ($T_0$). $30^{\circ}C$ water enters on the left side of the groundwater reservoir at the start of the simulation ($T_0 > 0$). As cold water flows into the groundwater reservoir, a thermal gradient between the overburden and saturated zone is established that results in the aforementioned thermal bleeding (conduction) of heat from the overburden into the groundwater reservoir. Geometric grid refinement is added in the vertical direction on both sides of the overburden-groundwater reservoir interface (fig.~\ref{fig:ex-gwe-barends-gridView})

% a figure
\begin{StandardFigure}{
A zoomed-in view of the numerical grid showing enhanced vertical refinement above and below the overburden-groundwater reservoir interface (y=100 $m$).}
{fig:ex-gwe-barends-gridView}{../figures/ex-gwe-barends-gridView.png}
\end{StandardFigure}

The rate of thermal bleeding at each overburden-groundwater reservoir cell interface changes as the pulse of cold water injected into the groundwater reservoir migrates inward.


% brief description of results
\subsection{Example Results}

After 200 years of simulation time, lower temperatures show an advance into the groundwater reservoir (fig.~\ref{fig:ex-gwe-barends-200yrs}). As cooler water is injected into the aquifer, conduction from the overburden into the groundwater reservoir retards the advance of colder temperatures in the upper portion of the groundwater reservoir compared to the lower portion as shown by the curved temperature contours within the groundwater reservoir.

% a figure
\begin{StandardFigure}{
Temperatures predicted by the \mf GWE model after 200 years of simulation time.}
{fig:ex-gwe-barends-200yrs}{../figures/ex-gwe-barends-200yrs.png}
\end{StandardFigure}



Binary file added images/barends-model-setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c5b10d3

Please sign in to comment.