aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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