Giter Site home page Giter Site logo

flomine / taxila-lbm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ecoon/taxila-lbm

0.0 1.0 0.0 3.81 MB

Lattice Boltzmann code from LANL

License: GNU Lesser General Public License v2.1

Makefile 2.42% Fortran 89.69% Python 7.26% Objective-C 0.63%

taxila-lbm's Introduction

Taxila LBM

About

Taxila LBM is a parallel implementation of the Lattice Boltzmann Method for simulation of flow in porous and geometrically complex media.

Taxila LBM uses the LGPL license as seen in LICENSE

The implementation:

  • solves both single and multi-phase systems, with or without passive transport of multiple species.

  • is capable of solving D2Q9, D3Q19, and other mesh dependencies, on 2D or 3D grids. It is easily extended to other models of connectivity.

  • uses the Shan and Chen Lattice Boltzmann Method (ref:).

  • handles multi-phase systems with different phase viscosities and/or molecular masses.

  • includes the ability to use (or not use) higher order derivatives (ref:) or multiple relaxation times (ref:) to improve stability at large viscosity ratios.

  • enables multiple mineral/wall materials, allowing for different wettabilities and contact angles on each mineral.

  • supports arbitrary, heterogeneous boundary conditions.

  • is massively parallel, showing excellent strong and weak scaling to X cores (update with Jaguar numbers!)

  • is modular, "object-oriented" Fortran-90, enabling extension for new features.

  • leverages PETSc, the Portable, Extensible Toolkit for Scientific Computation for data structures, communication, and (parallel) I/O.

  • may be called from PFloTran, a massively parallel solver for reactive transport in porous media. This allows for micro-scale solution of reactive transport, using Taxila LBM for flow.

  • currently only allows structured, regular meshes.

  • currently is not implemented on GPUs (coming soon?)

  • currently does not handle curved geometries or other non-bounceback style interior boundary conditions (but we're accepting contributions!)

Authors

Ethan Coon ecoon at ornl.gov

Mark Porter

Qinjun Kang qkang at lanl.gov

Quick start links

Getting Taxila LBM

Installing Taxila LBM

Testing installation:

$>  cd tests/{test_name}/
$>  make test

Using Taxila LBM: To use, see the doc page on how to make the manual and quickstart guide.

taxila-lbm's People

Contributors

ecoon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.