/CCBlade.jl

Blade Element Momentum Method for Propellers and Turbines

Primary LanguageJuliaOtherNOASSERTION

CCBlade.jl

Blade Element Momentum Method for Propellers and Turbines.
Author: Andrew Ning

Originally based on my paper: http://dx.doi.org/10.1002/we.1636 and my earlier python code: https://github.com/wisdem/ccblade. But extended for propellers, wind reversals, no wind in one direction, etc. See documentation for usage. A theory document is also available for developers.

Install

pkg> add https://github.com/byuflowlab/CCBlade.jl

Run Unit Tests

pkg> activate .
pkg> test

Get Started

Read the Guide for examples.

Develop

See theory manual.