Skip to content

JRGruhnert/uni-hpc-fluid-mechanics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Lattice Boltzmann Method (LBM) implementation in python

Description

Results

Shear Wave Decay

alt text for screen readers

Couette Flow

alt text for screen readers

Poiseuille Flow

alt text for screen readers

Lid-driven cavity

alt text for screen readers

Installation and setup

  1. Clone the repository:
    $ git clone https://github.com/JRGruhnert/uni-hpc-fluid-mechanics.git
  2. Open the projects directory in your terminal.
  3. Install required packages:
    $ pip install -r requirements.txt
  4. Set the path to: ''' $ export PYTHONPATH=’path/to/directory’ '''
  5. Run the code with:
    $ python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages