From 906f916e1c9a90f14f53530499e7c98163c078a1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 2 Aug 2018 21:31:46 +0200 Subject: Add README and screenshot --- README.md | 15 +++++++++++++++ screenshot/lid_driven_cavity_with_box_grid.png | Bin 0 -> 274390 bytes 2 files changed, 15 insertions(+) create mode 100644 README.md create mode 100644 screenshot/lid_driven_cavity_with_box_grid.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..049f502 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# boltzbub + +…Lattice Boltzmann code experiment written in C++ that is to a full LBM code as a boy is to a man. + +![lid driven cavity with a grid of boxes visualized using ParaView](screenshot/lid_driven_cavity_with_box_grid.png) + +## Build + + git clone https://github.com/KnairdA/boltzbub.git + cd boltzbub + nix-shell + mkdir --parents build/result + cd build + cmake .. + make diff --git a/screenshot/lid_driven_cavity_with_box_grid.png b/screenshot/lid_driven_cavity_with_box_grid.png new file mode 100644 index 0000000..5b2ca59 Binary files /dev/null and b/screenshot/lid_driven_cavity_with_box_grid.png differ -- cgit v1.2.3