aboutsummaryrefslogtreecommitdiff
path: root/ldc_2d/cpp/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-30 19:40:56 +0100
committerAdrian Kummerlaender2019-10-30 19:40:56 +0100
commitfc58dab96f27624435a1c08480234a7c03071e27 (patch)
tree674a828469241c396551f242373e8e4fb6b63e63 /ldc_2d/cpp/README.md
parent2bff37d2d4c0e210fd3e4288bdd0add12b9eb86b (diff)
downloadboltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar.gz
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar.bz2
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar.lz
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar.xz
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.tar.zst
boltzgen_examples-fc58dab96f27624435a1c08480234a7c03071e27.zip
Extract settings into config file, add documentation
Diffstat (limited to 'ldc_2d/cpp/README.md')
-rw-r--r--ldc_2d/cpp/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/ldc_2d/cpp/README.md b/ldc_2d/cpp/README.md
new file mode 100644
index 0000000..8e84c83
--- /dev/null
+++ b/ldc_2d/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.