next up previous contents
Next: Wave equation Up: Ground water flow Previous: Ground water flow   Contents

Storage equation

The hydraulic pressure head $h$ follows from the storage equation:


\begin{displaymath}
C \; \dot{h} =
( k^p_1 \frac{\partial^2 h}{\partial {x_1}^...
...}{\partial {x_3}^2} ) +
\frac{\partial v_i}{\partial x_i} + f
\end{displaymath}

Primary unknown is the hydraulic pressure head groundflow_pressure. Further notation: $C$ group_groundflow_capacity; $k^p_i$ group_groundflow_permeability in $i$-direction; $x_i$ space coordinate; $v_i$ material velocity (if present); $f$ force_element_volume (hydraulic pressure source). The equation is given for space coordinates following material velocities $v_i$ (if present).

Groundflow velocities

The groundflow velocities, after initializing groundflow_velocity, follow from:

\begin{displaymath}
{v_i}^{{\rm g}} = k^p_i \frac{\partial h}{\partial x_i}
\end{displaymath}

Total groundwater pressure

The total groundwater pressure is by example needed to calculate the total stresses in soils (total soil stress = effective soil stress + total groundwater pressure). The total groundwater pressure follows from:


\begin{displaymath}
p_{\rm total} = h - \rho g z
\end{displaymath}

where $g$ is the gravitational acceleration, and $\rho $ is the groundflow_density (Please notice that $z$ typically is a negative number).

Static groundwater pressure

The static pressure due to gravity is:


\begin{displaymath}
p_{\rm static} = \rho g \Delta z
\end{displaymath}

where the $\Delta z$ is the distance to the groundwater level, the phreatic level. The phreatic level needs to be specified with the groundflow_phreaticlevel record. If that groundflow_phreaticlevel record is not specied, the static pressure part is not used, so that the static pressure becomes zero.

Dynamic groundwater pressure

The dynamic groundwater pressure follows from

\begin{displaymath}
p_{\rm dynamic} = p_{\rm total} - p_{\rm static}
\end{displaymath}

Boundary conditions

If the groundwater velocity is 0 normal to an edge (say at the interface with a rock layer it is zero), then you should prescribe nothing on that edge (Tochnog will then take care of that boundary condition for you).

At the phreatic level where the groundflow meets free air the hydraulic pressure head should become $\rho g z$. You can either set this yourself by using bounda_unknown combined with bounda_time or else demand that Tochnog automatically does it for you by activating the option groundflow_phreaticlevel_bounda.

At edges where you have some other hydraulic head you need to specify that head yourself with bounda_unknown and bounda_time records.

If gravity is not of importance, e.g. in biomechanics where the storage equation is used to model fluid transport in soft tissues, the hydraulic pressure head $h$ is equal to the total pressure, and thus is zero at edges where the water meets the free air. In this case, set $h$ to zero by using bounda_unknown combined with bounda_time.

Postprocessing

For all printing, plotting etc. you normally get the hydraulic pressure head $h$ since it is the primary unknown solved in the storage equation. The total pressure, static pressure and dynamic pressure you can get by the post_calcul option.

Naming conventions

To connect better to conventional naming, we rematk that the capacity depends on the porosity $n$ and water compressibility $\beta $:


\begin{displaymath}
C = n \; \beta
\end{displaymath}

and for the permeability:


\begin{displaymath}
k^p_i = \frac{k_i}{\rho \; g}
\end{displaymath}

where $k_i$ is the permeability in $i$-direction.

Consolidation analysis

Look in the 'Consolidation' section of the 'Interaction analyzes and advanced analyzes' chapter in the end of this manual on how to perform consolidation analyzes (combined groundwater flow with soil stress analyzes).


next up previous contents
Next: Wave equation Up: Ground water flow Previous: Ground water flow   Contents
tochnog 2001-09-02