https://github.com/byuflowlab/airfoilprep.jl

Tools for airfoil polar preparation and processing

https://github.com/byuflowlab/airfoilprep.jl

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

aerodynamics aircraft airfoil xfoil
Last synced: 10 months ago · JSON representation

Repository

Tools for airfoil polar preparation and processing

Basic Info
  • Host: GitHub
  • Owner: byuflowlab
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 227 KB
Statistics
  • Stars: 6
  • Watchers: 4
  • Forks: 1
  • Open Issues: 1
  • Releases: 4
Archived
Topics
aerodynamics aircraft airfoil xfoil
Created over 8 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

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

FLight, Optimization, and Wind

GitHub Events

Total
  • Release event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Create event: 1