https://github.com/byuflowlab/airfoilprep.jl
Tools for airfoil polar preparation and processing
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.6%) to scientific vocabulary
Keywords
Repository
Tools for airfoil polar preparation and processing
Basic Info
Statistics
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
- Releases: 4
Topics
Metadata Files
README.md
AirfoilPrep.jl
ARCHIVED: Superceded by airfoil routines in CCBlade.jl
Airfoil pre-processing tools, polar generation, and post-processing (splining of multi-dimensional lookup airfoil tables). Includes calls to Xfoil, AirfoilPreppy, and the interpolations packages.
Dependencies
- Python 3
- matplotlib
- mpmath
- scipy
Setting up PyCall
The airfoilprep.py package (wrapped by the AirfoilPrep.jl package) is written in Python 3.8, so make sure that the Python version linked to PyCall.jl is 3.8. After installing PyCall (] add PyCall), you can do this by running the following:
shell
import Pkg
Pkg.add("PyCall")
ENV["PYTHON"] = "path/to/your/python3"
Pkg.build("PyCall")
Then close and reopen the Julia REPL, and run:
shell
import PyCall
PyCall.pyversion
which should reveal your Python version:
shell
v"3.8"
Owner
- Name: BYU FLOW Lab
- Login: byuflowlab
- Kind: organization
- Location: Provo, UT
- Website: http://flow.byu.edu
- Repositories: 94
- Profile: https://github.com/byuflowlab
FLight, Optimization, and Wind
GitHub Events
Total
- Release event: 1
- Create event: 1
Last Year
- Release event: 1
- Create event: 1