Foil data Python package - petebachant/petebachant.github.io GitHub Wiki
index.csv
with names and Re, Ma, etc- CSVs of all other data
- Load as Pandas DataFrame
- Searching
- Can output to OpenFOAM format (and others), e.g., for use with turbinesFoam:
import foildata
data = foildata.read(name="NACA 0018", author="Jacobs1937", re=1e6)
data.to_openfoam("system/NACA_0018")
- Should have AoA extrapolation methods, 3-D corrections, rotation corrections (like AirfoilPrep.py), Reynolds number extrapolation