byuflowlab / CCBlade.jl

Blade Element Momentum Method for Propellers and Turbines
Other
57 stars 33 forks source link

Code errors #4

Closed andrewning closed 7 years ago

andrewning commented 8 years ago

This code still doesn't run. There are some obvious errors, like if I run it gives me a syntax error pointing to line 643: "Error evaluating ccblade.jl LoadError: syntax: use "^" instead of "**""

here is the line q = 0.5*rho*W**2 which should be q = 0.5*rho*W^2

andrewning commented 7 years ago

n/a - comment was for a student translation that has since been wiped out