aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-08-02 21:31:46 +0200
committerAdrian Kummerlaender2018-08-02 21:31:46 +0200
commit906f916e1c9a90f14f53530499e7c98163c078a1 (patch)
treebf04bdc4ddb459615530b0c43390c06187cca420
parentc4771584ae3b0b4c34fbef20f13c6fc7d80cd046 (diff)
downloadboltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar.gz
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar.bz2
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar.lz
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar.xz
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.tar.zst
boltzbub-906f916e1c9a90f14f53530499e7c98163c078a1.zip
Add README and screenshot
-rw-r--r--README.md15
-rw-r--r--screenshot/lid_driven_cavity_with_box_grid.pngbin0 -> 274390 bytes
2 files changed, 15 insertions, 0 deletions
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
--- /dev/null
+++ b/screenshot/lid_driven_cavity_with_box_grid.png
Binary files differ