2022-04-06 20:44:14 -04:00
2021-11-09 19:14:00 +01:00
2022-03-08 22:13:48 -05:00
2021-12-12 11:36:47 -05:00
2022-04-06 20:44:14 -04:00
2021-12-25 18:06:04 -05:00
2021-10-03 19:56:26 -04:00
2022-03-27 16:03:26 -04:00
2022-04-06 20:44:14 -04:00
2022-03-31 07:23:04 -04:00
2022-03-28 18:59:30 -04:00
2021-08-30 10:07:53 +02:00
2021-11-08 22:58:37 +01:00
2021-12-12 11:36:47 -05:00
2021-03-01 14:02:29 -05:00
2018-05-25 07:57:14 -04:00
2020-06-23 13:51:14 +02:00
2021-03-01 14:02:29 -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/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%