Name | Modified | Size | Downloads / Week |
---|---|---|---|
WodaDoc.pdf | 2016-03-15 | 2.0 MB | |
README | 2016-01-11 | 1.9 kB | |
woda-1.2.5.tar.gz | 2015-06-12 | 11.9 MB | |
woda-1.2.5-lizza-2.63.win32.zip | 2015-06-12 | 1.2 MB | |
woda-1.2.4.tar.gz | 2015-05-14 | 11.6 MB | |
woda-1.2.3.tar.gz | 2015-02-13 | 11.8 MB | |
Totals: 6 Items | 38.5 MB | 0 |
This is WODA groundwater solver. To build this software you need to install the following libraries: LAPACK Boost Eigen3 MTL4 Umfpack (optional) This distribution includes our slightly modified version of the nn library. Go to thirdParty/nn and run ./configure followed by make. To build the examples go to the examples directory and run cmake followed by make. If you installed some libraries to non-standard locations you will need to specify these to cmake. For example: cmake -DCMAKE_BUILD_TYPE=Release -DMTL4_INCLUDE_DIR=/usr/local/src/mtl4 . Always use the CMAKE_BUILD_TYPE option. Possible choices are Release and Debug. To run the examples run ./runalltests.sh in the examples directory. We have successfully built this software under Ubuntu Linux and Arch Linux using gcc-4.7 or later. The Windows version is built using the MinGW cross-compiler under Arch linux. When you have built the examples, you can change some options such as the accuracy or the discretization schemes in the .prb file corresponding to the specific example. To change the boundary or the initial conditions you need to modify the wodaConfig.hh file in the specific example directory and rebuild (except if you are using Lizza). New cases can be constructed by creating a new wodaConfig.hh file in your build directory and running cmake from there with the CMakeLists.txt that is included in the root source directory. To learn how to write wodaConfig.hh look at the examples. Authors: Dragan Vidovic (vitkecar@gmail.com) Milan Dotlic (milandotlic@gmail.com) Boris Pokorni (bpokorni.jci@gmail.com) REVISION HISTORY: 1.0.1 - 1.0.5: bugfix 1.0.6: Support Lizza time periods 1.1.0: Implemented linear MPFA diffusion scheme 1.1.1: Bug fix for boundary condition rain 1.2.1: Near-well scheme is implemented (http://arxiv.org/abs/1312.2388). 1.2.2: Bugfix. 1.2.3: Bugfix in advection. 1.2.4: Bugfix. 1.2.5: Bugfix.