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.
- Host: GitHub
- URL: https://github.com/geoframecomponents/whetgeo-2d
- Owner: geoframecomponents
- License: gpl-3.0
- Created: 2021-10-03T19:49:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T09:54:32.000Z (about 4 years ago)
- Last Synced: 2024-03-27T10:03:44.579Z (over 2 years ago)
- Topics: advection-diffusion, geoframe, heat, numerical, richards-equation, richardson-richards-equation
- Language: Java
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.