aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-10-18 20:09:52 +0200
committerAdrian Kummerlaender2018-10-18 20:09:52 +0200
commitf7d67879a40455da49520305549e10bb4c89e061 (patch)
treeb6262678f13c065d9285206fdf98292708bf4389 /README.md
parentf72650254067bfee063c184dedcce41fdfa32931 (diff)
downloadboltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar.gz
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar.bz2
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar.lz
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar.xz
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.tar.zst
boltzbub-f7d67879a40455da49520305549e10bb4c89e061.zip
Remove lid driven cavity example with obstacles
Obstacle support is better illustrated by the channel example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5ab879a..8d592eb 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@
## Experiments
-| Code | Description |
-| - | - |
-| `lid_driven_cavity.cc` | Lid driven cavity using Zou/He boundary conditions for the top wall and simple bounce back for all other walls |
-| `lid_driven_cavity_with_obstacles.cc` | Same as `lid_driven_cavity.cc` but includes a grid of boxes to make things more interesting |
-| `channel.cc` | Channel flow with some obstacles and Dirichlet inflow condition |
+| Code | Description |
+| - | - |
+| `lid_driven_cavity.cc` | Lid driven cavity using (moving wall) bounce back conditions |
+| `poiseuille.cc` | Poiseuille flow with velocity BC inflow and density BC outflow |
+| `channel.cc` | Channel flow with some obstacles and Dirichlet inflow condition |
## Build