2018-09-04 22:00:33 -04:00
2018-08-03 14:52:39 -04:00
2018-05-15 10:01:14 -04:00
2018-07-31 10:35:01 -04:00
2018-09-04 22:00:33 -04:00
2013-12-05 11:43:40 -05:00
2018-07-29 12:36:31 -04:00
2018-09-04 21:51:35 -04:00
2018-06-05 17:19:36 -04:00
2018-09-04 07:46:09 -04:00
2018-08-28 20:30:15 -04:00
2018-08-30 12:15:58 -04:00
2017-09-08 11:52:58 -04:00
2018-05-18 16:07:26 -04:00
2016-09-08 13:45:48 -04:00
2018-06-18 18:06:52 -04:00
2015-07-09 11:59:36 -04:00
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++11
  • optional dependencies - NetCDF, CUDA, TimerUtility, VisIT

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

Description
Pore scale modelling
Readme 13 MiB
Languages
C++ 76.6%
Cuda 15.2%
Python 3.1%
CMake 1.7%
C 1.1%
Other 2.2%