GithubHelp home page GithubHelp logo

clembou / pcwg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pcwg/pcwg

0.0 2.0 0.0 11.37 MB

Power Curve Working Group

Home Page: http://www.pcwg.org

License: MIT License

Python 99.28% Batchfile 0.72%

pcwg's Introduction

Power Curve Working Group collaborative

Tool for evaluating the power performance of wind turbines through power curve analysis. PCWG Website

Current Version

v0.5.12

Release Versions

A full history of release versions can be found at https://github.com/peterdougstuart/PCWG/releases)

Builds

Build status

AEP:

The power performance AEP can be calculated using the allMeasuredPowerCurve. This will be extended to be able to select the Inner and Outer ranges. To do this a nominal wind speed distribution is needed. As an XML it should look like so:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<WindSpeedDistribution xmlns:ns1="http://www.pcwg.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Bin><BinCentre>0</BinCentre><BinValue>9.9</BinValue></Bin>
<Bin><BinCentre>0.5</BinCentre><BinValue>28.4</BinValue></Bin>
<Bin><BinCentre>1</BinCentre><BinValue>51.4</BinValue></Bin>
<Bin><BinCentre>1.5</BinCentre><BinValue>86.3</BinValue></Bin>
...
<Bin><BinCentre>29</BinCentre><BinValue>0.091</BinValue></Bin>
<Bin><BinCentre>29.5</BinCentre><BinValue>0.068</BinValue></Bin>
<Bin><BinCentre>30</BinCentre><BinValue>0.011</BinValue></Bin>
<Bin><BinCentre>30.5</BinCentre><BinValue>0.006</BinValue></Bin>
</WindSpeedDistribution>

The AEP calculation first re-bins to 0.5 m/s bin widths.

In the analysis config xml the following node should then be added:

<NominalWindSpeedDistribution>nwd_dist_filename.xml</NominalWindSpeedDistribution>

pcwg's People

Contributors

lcameron05 avatar peterdougstuart avatar mvappleby avatar gregmjp avatar clembou avatar neilres avatar alinabur avatar malvernclaret avatar

Watchers

James Cloos avatar  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.