Metadata-Version: 2.1
Name: bemused
Version: 0.2.0
Summary: Blade Element Momentum calculations
Home-page: https://github.com/ricklupton/bemused
Author: Rick Lupton
Author-email: mail@ricklupton.name
License: mit
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Dist: numpy
Requires-Dist: scipy (>=0.19)
Requires-Dist: pyyaml
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pandas ; extra == 'testing'

=======
bemused
=======

`Blade Element Momentum (BEM)`_ calculations implemented in Python. For
modelling wind turbine (or other rotor) aerodynamics and loads.

Getting started
---------------

See `this blog post`_ for an introduction to how to use this package.

Documentation
-------------

Documentation is available `here`_.

.. _Blade Element Momentum (BEM): https://en.wikipedia.org/wiki/Blade_element_momentum_theory
.. _this blog post: https://ricklupton.name/2019/TBC
.. _here: https://bemused.readthedocs.io/


