An open API service indexing awesome lists of open source software.

https://github.com/inflowencer/pyaoa

Python package to automatically analyze objects in external aerodynamic flow for a range of angle-of-attack
https://github.com/inflowencer/pyaoa

cfd

Last synced: 5 months ago
JSON representation

Python package to automatically analyze objects in external aerodynamic flow for a range of angle-of-attack

Awesome Lists containing this project

README

          

# pyaoa - Automatic Angle-of-Attack Analysis

Automatic pre- and postprocessing of external aerodynamic simulations of arbitrary numbers of objects to analyze at different angles-of-attack $\alpha$ in your preferred CFD solver.

## Installation

```sh
pip install pyaoa
```

## Examples

Clone the repository which includes the examples:

```sh
git clone https://github.com/inflowencer/pyaoa.git ~/
```

Four examples are provided in the [examples](examples/) directory.

1. [Subsonic NACA0012](examples/NACA0012/) in SU2
2. [Transonic RAE2822](examples/RAE2822/) in OpenFOAM
3. [Subsonic Selig S1210](examples/S1210) in Fluent
4. [High-lift airfoil variations](examples/NACA0056mod) in SU2

## Userguide

See the [Quickstart](doc/README.md).