JamesEMcclure a066fa6606 merge Lee model
2021-01-13 22:06:08 -05:00
2021-01-06 11:58:43 -05:00
2020-03-17 21:44:45 -04:00
2021-01-13 21:44:23 -05:00
2021-01-13 21:44:23 -05:00
2021-01-04 19:33:27 -05:00
2020-05-28 13:12:09 -04:00
2021-01-04 19:33:27 -05:00
2020-10-08 10:38:38 -05:00
2021-01-06 11:58:43 -05:00
2021-01-13 22:06:08 -05:00
2021-01-05 15:50:07 -05:00
2021-01-13 22:06:08 -05:00
2020-10-07 13:36:42 -04:00
2016-09-08 13:45:48 -04:00
2018-11-26 10:59:28 -05: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++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

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%