An open API service indexing awesome lists of open source software.

https://github.com/geoframecomponents/whetgeo-2d

WHETGEO-2D is a Java-based modeling environment to simulate water flow, heat and solute transport in variably saturated porous media.
https://github.com/geoframecomponents/whetgeo-2d

advection-diffusion geoframe heat numerical richards-equation richardson-richards-equation

Last synced: 6 months ago
JSON representation

WHETGEO-2D is a Java-based modeling environment to simulate water flow, heat and solute transport in variably saturated porous media.

Awesome Lists containing this project

README

          

# WHETGEO-2D
WHETGEO-2D (Water HEat Transport in GEOframe) is a Java-based modeling environment simulating water flow, heat and solute transport in variably saturated porous media.

The source code of external libraries contained in the `lib` folder can be found here:
- [Buffer](https://github.com/geoframecomponents/Buffer) contains the source code of the buffer componets.
- [ClosureEquation](https://github.com/geoframecomponents/ClosureEquation) contains the source code of the parametrization describing the hydraulic and thermal properties of the soil.
- [GEOMesh](https://github.com/geoframecomponents/GEOMesh) contains the source code to handle the computational mesh.
- [NetCDF](https://github.com/geoframecomponents/NetCDF) contains the source code of the components to read and write netCDF files,
- [Numerical](https://github.com/geoframecomponents/Numerical) contains the source code the classes dealing with the algorithms to solve linear systems and to linearize nonlinear systems.

Hoping that WHETGEO will whet your interest.

# Contributing
Your contributions are always welcome! Please take a look at the [contribution guidelines first](http://geoframe.blogspot.com/2020/05/geoframe-community-publication-policy.html).

# Acknowledgements

- Niccolò Tubini, Riccardo Rigon developed the theoretical aspects of the model (Authors).
- Niccolò Tubini, Riccardo Rigon designed the first version of the code (Authors)
- Niccolò Tubini implemented and deployed it (Authors)
- Riccardo Rigon provided financial support
- Niccolò Tubini was supported by a Ph.D. grant by [DICAM-UniTrento](https://www.unitn.it/dricam/) by the Italian MIUR Project (PRIN 2017)
“WATer mixing in the critical ZONe: observations and predictions under environmental changes-WATZON” (project code: 2017SL7ABC).
- We thank Professor Vincenzo Casulli and Professor Michael Dumbser for their fruitful discussions on the numerical aspects of the work.