-
Notifications
You must be signed in to change notification settings - Fork 0
Foil data Python package
Pete Bachant edited this page Aug 30, 2024
·
3 revisions
-
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
Copyright 2015–2024 Pete Bachant. Licensed under CC-BY-4.0.