-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |