Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.32 KB

DEPRECATED


THIS REPOSITORY IS DEPRECATED AND WILL BE ARCHIVED (READ-ONLY) IN NOVEMBER 2019.

WISDEM has moved to a single, integrated repository at https://github.com/wisdem/wisdem


TowerSE

TowerSE is a systems engineering model of cylindrical shell wind turbine towers. The analysis uses beam finite element theory, cylinder drag data, linear wave theory, and shell/global buckling methods from wind turbine standards. The module is developed as an OpenMDAO assembly.

Author: NREL WISDEM Team

Documentation

See local documentation in the docs-directory or access the online version at http://wisdem.github.io/TowerSE/

Installation

For detailed installation instructions of WISDEM modules see https://github.com/WISDEM/WISDEM or to install TowerSE by itself do:

$ python setup.py install

Run Unit Tests

To check if installation was successful try to import the package:

$ python
> import towerse.tower

You may also run the example:

$ python src/towerse/tower.py

For software issues please use https://github.com/WISDEM/TowerSE/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.