Skip to content
Snippets Groups Projects
Verified Commit 30d651c6 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added foreword

parent 121f3660
Branches
No related tags found
No related merge requests found
Pipeline #30272 failed
......@@ -4,3 +4,18 @@ sort_by = "date"
template = "index.html"
+++
Welcome to my opinionated lattice Boltzmann method (LBM) "blog". The aim of this project
is to create a simple yet complete lattice Boltzmann solver and guide the reader through every
step of the way. In order to be self consistent it will contain a theoretical presentation
of the lattice Boltzmann method and present the derivation of the numerical method
as well as a complete implementation. The idea behind this blog is also to
introduce the reader to novel implementation techniques using functional programming.
To this aim we will use the hardware agnostic [Futhark](https://futhark-lang.org/)
that allows to target a vast amount of architectures (single/multi-core CPU to any
possible GPU).
The content in this blog does not claim to be a complete reference on the LBM,
but rather a useful resource for beginners and more advanced researchers to understand the basics
and also advanced implementation details on the method.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment