aboutsummaryrefslogtreecommitdiff
path: root/lid_driven_cavity/cpp/README.md
blob: 8e84c83fbc00ec554d171c5abf658bf2b61302a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.