CCBlade.jl icon indicating copy to clipboard operation
CCBlade.jl copied to clipboard

Blade Element Momentum Method for Propellers and Turbines

Results 5 CCBlade.jl issues
Sort by recently updated
recently updated
newest added

When running optimizations with CCBlade.jl, sometimes the optimizer will figure out a way to manipulate the design such that the `DuSeligEggers` rotation correction will reduce the drag coefficient to `<...

When I try to create eg a vector of `Section` structs with nightly builds of Julia, like this: ```julia-repl (jl_DjwQyJ) pkg> using CCBlade ERROR: `using` is not a recognized command....

I am just wondering, but are there any plans to add Davoudi's [1] "hybrid BEM" to CCBlade in the future? [1] B. Davoudi, “A Hybrid Blade Element Momentum Model for...

This PR adds the bookkeeping function `getdim()` that computes dimensional thrust, torque and power from their coefficient forms. The function takes similar inputs as the existing `nondim()` function. Documentation and...

Hi Trying to model a T-motor quad-rotor blade, I have encountered problems when the wind is blowing through the back of the blade. The problem is that the thrust goes...