From f7d67879a40455da49520305549e10bb4c89e061 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 18 Oct 2018 20:09:52 +0200 Subject: Remove lid driven cavity example with obstacles Obstacle support is better illustrated by the channel example. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3