Coder Social home page Coder Social logo

fusedwind's Introduction

FUSED-Wind

Stories in Ready

Releases

v0.1.0: DOI

Overview

Framework for Unified Systems Engineering and Design of Wind Plants ( FUSED-Wind) is an open-source framework for multi-disciplinary optimisation and analysis (MDAO) of wind energy systems, developed jointly by DTU and NREL. The framework is designed as an extension to the NASA developed OpenMDAO, and defines key I/O elements and methods necessary for wiring together different simulation codes in order to achieve a system level analysis capability of wind turbine plants with multiple levels of fidelity. NREL and DTU have developed independent interfaces to their respective simulation codes and cost models (e.g. FAST/CCBlade, HAWC2/BECAS) with the aim of offering an environment where these codes can be used interchangeably. The open source nature of the framework enables third parties to develop interfaces to their own tools, either replacing or extending those offered by DTU and NREL.

Dependencies and supported Python versions

Python 2.7.x, NumPy, SciPy > 0.14.0, OpenMDAO <= 0.10.3.2, Pandas

Installation

First install OpenMDAO. The most practical way of doing this is to clone into the OpenMDAO-Framework git repository since upgrading to new releases will then be a lot simpler. FUSED-Wind currently only supports OpenMDAO <= v0.10.3.2, since the framework has undergone significant changes since then, which have not yet been tested for FUSED-Wind.

$ cd git
$ git clone https://github.com/OpenMDAO/OpenMDAO-Framework.git
$ git checkout 0.10.3.2  

Alternatively, you can navigate to http://openmdao.org/downloads/recent/ and follow the installation instructions for the v0.10.3.2 release.

Then run the following commands to download and install FUSED-Wind

$ git clone https://github.com/FUSED-Wind/fusedwind.git
$ cd fusedwind
$ plugin install

Run Unit Tests

To check if the installation was successful try to import the module

$ python
> import fusedwind

or run the unit tests

$ python -m unittest discover 'src/fusedwind/test' 'test_*.py'

An "OK" signifies that all the tests passed.

Documentation, Tutorials and Examples

The documentation is available on the project website along with tutorials and examples. The source code for all examples is located in src/fusedwind/examples.

Reporting bugs

Please use git issue tracker for reporting bugs. You can follow the progress of the project on our Waffle page.

Contacts

If you want more information about the platform, please contact the following authors

DTU: Pierre-Elouan Réthoré, Frederik Zahle,

NREL: Katherine Dykes, Peter Graf, Andrew Ning

fusedwind's People

Contributors

fzahle avatar rethore avatar pgraf avatar dykesk avatar andrewning avatar rdamiani avatar

Watchers

James Cloos avatar Kiran Hegde avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.