Skip to content

Blade Element Momentum Method for Propellers and Turbines

License

Notifications You must be signed in to change notification settings

byuflowlab/CCBlade.jl

Repository files navigation

CCBlade.jl

Summary: A blade element momentum method for propellers and turbines.

Author: Andrew Ning

Features:

Installation:

] add CCBlade

Documentation:

The documentation contains

  • A quick start tutorial to learn basic usage,
  • Guided examples to address specific or more advanced tasks,
  • A reference describing the API,
  • Theory in full detail.

Run Unit Tests:

pkg> activate .
pkg> test

Citing:

Ning, A., “Using Blade Element Momentum Methods with Gradient-Based Design Optimization,” Structural and Multidisciplinary Optimization, Vol. 64, No. 2, pp. 994–1014, May 2021. doi:10.1007/s00158-021-02883-6

Python / OpenMDAO users

In the openmdao folder there is a Python wrapper to this package to enable usage from OpenMDAO. This wrapper was developed/maintained by Daniel Ingraham and Justin Gray at NASA Glenn.