Skip to content

Releases: DARcorporation/xrotor-python

First Release using Direct Polar Storage

12 Aug 16:17
Compare
Choose a tag to compare

Going forward, XROTOR will handle the aerodynamic polars of blade sections differently. Starting with this version, polars are stored directly as a table of angles of attack, lift coefficients, drag coefficients, and moment coefficients instead of a parameterized model of the polars.

Legacy Version

12 Aug 16:15
Compare
Choose a tag to compare

The "Legacy" branch of this repo is XROTOR as it was originally written. It uses a parametric model of the aerodynamic polars.

0.0.11

31 Jan 17:42
Compare
Choose a tag to compare
Added settings to control maximum number of iterations.

0.0.10

30 Jan 19:24
Compare
Choose a tag to compare
Improved polar fitting.

0.0.9

28 Jan 21:36
Compare
Choose a tag to compare
Switched back to returning boolean from XRotor.operate, and expose rm…

0.0.8

28 Jan 18:20
Compare
Choose a tag to compare
Return the rms from XRotor.operate instead of boolean to quantify con…

0.0.7

24 Jan 17:34
Compare
Choose a tag to compare
Bugfix

0.0.5

22 Jan 16:13
Compare
Choose a tag to compare
Fixed some import problems.