Skip to content

Commit

Permalink
Final important readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Jan 17, 2019
1 parent f89abe3 commit ca3d5e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Stokes_rotation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Overview

This folder contains source code for finding the optimal orientation of nine objects in Stokes flow, where drag is minimized.

### Files

- In the output folder, a **Paraview** for creating the figures from the second submission can be found. Note that **pvpython** is not included in the Docker-image.
- **scipysolver.py** contains the optimization problem used in the article. This folder uses classes from **StokesSolver.py**, which defines the MultiMesh Stokes problem for 9 objects in a channel with two inlets and one outlet.
- **ipoptsolver.py** contains a similar IPOPT implementation of the optimization problem. This is not used in the article.

0 comments on commit ca3d5e8

Please sign in to comment.