TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
Boussinesq

The program Boussinesq simulates the dynamics of water-table surface solved in a hillslope or a small catchment. The theory is based on the 2D Boussinesq Equation:

\[ s\frac {\partial \eta} {\partial t} = \nabla \cdot \left[ K_S \, H (\eta,x,y) \, \nabla \eta \right]+Q \]

where \( \eta \) is the piezometric elevation (unknown), \( t \) is time, \( \nabla \) is the space gradient operator, \( H(\eta,x,y) \) is the thickness of the aquifer which is a function of \( \eta \) and space, \(Q \) is a source term which also accounts for boundary conditions, \(K_S \) is the saturated hydraulic conductivity and \(s \) is porosity .

Warning
The Boussinesq Equation is solved with finite volume numerical methods according to Casulli, 2008 ( http://www3.interscience.wiley.com/journal/121377724/abstract?CRETRY=1&SRETRY=0 and http://onlinelibrary.wiley.com/doi/10.1002/wrcr.20072/references) The Maps of distributed quantiaties are distributed as vectors of double float numbers (DOBLEVECTOR data struct type ,in this case)
Author
Emanuele Cordano (emanu.nosp@m.ele..nosp@m.corda.nosp@m.no@g.nosp@m.mail..nosp@m.com), Riccardo Rigon, Vincenzo Casulli, Stefano Endrizzi, Matteo Dall'Amico
Version
3.2.1
Date
2008-2009 (2013)
Attention
Boussinesq is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.