aboutsummaryrefslogtreecommitdiff
path: root/lid_driven_cavity/cpp/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-30 19:45:39 +0100
committerAdrian Kummerlaender2019-10-30 19:45:39 +0100
commitd540b701836dbcdef727947f52a0ca01430968a6 (patch)
treedc193069a4213d1b2c0778380bbf5d2fa63dec70 /lid_driven_cavity/cpp/README.md
parentfc58dab96f27624435a1c08480234a7c03071e27 (diff)
downloadboltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar.gz
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar.bz2
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar.lz
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar.xz
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.tar.zst
boltzgen_examples-d540b701836dbcdef727947f52a0ca01430968a6.zip
Rename folder, add basic README.md
Diffstat (limited to 'lid_driven_cavity/cpp/README.md')
-rw-r--r--lid_driven_cavity/cpp/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/lid_driven_cavity/cpp/README.md b/lid_driven_cavity/cpp/README.md
new file mode 100644
index 0000000..8e84c83
--- /dev/null
+++ b/lid_driven_cavity/cpp/README.md
@@ -0,0 +1,18 @@
+# Lid driven cavity
+
+This example models the common lid driven cavity example.
+Note that the actual optimized C++ implementation is generated using the _boltzgen_ library.
+
+See `config.py` for various configuration options. Both 2D and 3D are supported.
+
+## Build instructions
+
+```
+mkdir build
+cd build
+cmake ..
+make
+./ldc
+```
+
+This should result in some summarizing CLI output in addition to a `test.vtk` file for visualization in Paraview.