Pore scale modelling
Go to file
2020-02-05 13:20:15 -05:00
analysis Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2020-01-17 09:40:34 -05:00
cmake trying to get cmake to take multiple mpi flags 2019-10-15 11:12:43 -04:00
common Merge branch 'Greyscale-devel' of github.com:JamesEMcClure/LBPM-WIA into Greyscale 2020-02-05 13:14:07 -05:00
cpu Merge branch 'Greyscale-devel' of github.com:JamesEMcClure/LBPM-WIA into Greyscale 2020-02-05 13:14:07 -05:00
doxygen Created prelimary cmake build 2013-12-05 11:43:40 -05:00
example adding subphase functionality 2019-12-03 13:01:37 -05:00
gpu Merge branch 'Greyscale-devel' of github.com:JamesEMcClure/LBPM-WIA into Greyscale 2020-02-05 13:14:07 -05:00
IO combined updates 2019-03-22 21:33:05 -04:00
models Merge branch 'Greyscale-devel' of github.com:JamesEMcClure/LBPM-WIA into Greyscale 2020-02-05 13:14:07 -05: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 Merge branch 'morphLBM' of github.com:JamesEMcClure/LBPM-WIA into morphLBM 2019-10-16 16:06:51 -04:00
StackTrace combined updates 2019-03-22 21:33:05 -04:00
tests add a restart utitlity to the greyscale simulator 2020-01-21 14:31:33 -05:00
threadpool combined updates 2019-03-22 21:33:05 -04:00
workflows New python file with grid utilities 2019-09-17 11:55:55 +02: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 Updating threadpool / StackTrace 2019-03-18 09:42:44 -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 Trying to make README look nice 2018-11-26 10:59:28 -05: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
ValgrindSuppresionFile More work on valgrind 2015-03-06 11:40:10 -05:00

LBPM

Lattice Boltzmann Methods for Porous Media

========

Notes on installation

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

Build dependencies (zlib, hdf5, silo) OR point to an existing installation

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