Pore scale modelling
Go to file
2018-05-25 07:57:14 -04:00
analysis the pool of tears 2018-05-18 16:08:49 -04:00
cmake Updating CMake files 2018-05-14 13:07:37 -04:00
common fixed bug in Domain.cpp 2018-05-19 13:08:05 -04:00
cpu added correction into DFH gradient (promising) 2018-05-02 23:03:45 -04:00
doxygen Created prelimary cmake build 2013-12-05 11:43:40 -05:00
example fixing unit tests 2018-05-24 21:10:08 -04:00
gpu getting ready to switch over to dfh as main color type simulator 2018-05-05 23:42:13 -04:00
IO Improving CalcDist 2018-05-17 16:03:30 -04:00
models and welcomes little fishes in 2018-05-21 10:13:23 -04:00
pmmc Finishing id mapping between timesteps, modifying TwoPhase to print the new global id. Still testing. 2015-08-25 14:32:36 -04:00
sample_scripts updates from summit 2018-05-05 22:52:31 -04:00
tests fixing unit tests 2018-05-24 21:10:08 -04:00
threadpool Fixing minor bugs in CMake for static builds and external libraries 2018-04-25 13:27:31 -04:00
visit Fixing compile error with Visit 2017-09-08 11:52:58 -04:00
workflows add a TODO list for all python preprocess/postprocess scripts 2016-11-22 17:27:21 -05:00
.gitignore Updated git ignore to ignore .swp files 2017-12-06 12:32:46 -05:00
.project fixing filters with math dot h and array by deleting the pow function 2017-09-11 16:25:20 -04:00
CMakeLists.txt it all builds again 2018-05-18 16:07:26 -04:00
ctest_script.cmake Modifying ctest script for titan 2014-06-18 14:52:50 -04:00
LICENSE concatenating licenses 2018-05-25 07:57:14 -04:00
README.md Cleaned up build instructions to README.md 2016-09-01 14:32:16 -04:00
README.titan Finishing id mapping between timesteps, modifying TwoPhase to print the new global id. Still testing. 2015-08-25 14:32:36 -04:00
README.visit Updating visit documentation 2015-07-09 11:59:36 -04:00
ValgrindSuppresionFile More work on valgrind 2015-03-06 11:40:10 -05:00

LBPM-WIA

Lattice Boltzmann Methods for Porous Media with Integrated Averaging

========

Notes on installation

  • example configure scripts for cmake are in the sample_scripts directory
  • required dependencies - MPI, C++ 11
  • optional dependencies - NetCDF, CUDA, TimerUtility, VisIT

Configure, build & install procedure

  • create an empty directory to install (do not build in source!)

    mkdir /path/to/my/install

    cd /path/to/my/install

  • edit configure script from sample_scripts directory and configure (e.g.)

    /path/to/LBPM-WIA/sample_scripts/configure_desktop

  • compile and install

    make -j4 && make install

  • run the unit tests to make sure it works ctest