Giter Club home page Giter Club logo

turbinebladeoptimisation's Introduction

TurbineBladeOptimisation

This script allows the optimisation of the angle attack of the blades and chord of the blades (using the Schmitz method).

Optimising Blade Angle of Attack

The variables that can be changed for the optimisation of angle of attack are shown below.

real :: alpha
real :: tsr   
real :: radius
integer :: optimisationStations

Where; alpha is the angle of attack that the aerofoil performs best at, this value is in degrees, tsr is the tip speed ratio being optimised for, radius is the length of the blade in metres, and optimisationStations is the amount of sections the blade should be split into the optmise.

Optimising Blade Chord

The variables that can be changed for the optimisation are shown below.

integer :: bladeNumber
character(len=20) :: fileName

Where; bladeNumber is the number of blades and fileName is the file name of the aerofoil polar for the blade, this polar must of the format shown in the example below.

  -5.000  -0.5702
  -4.750  -0.5472
  -4.500  -0.5014
  -4.250  -0.4879
  -4.000  -0.4684
  -3.750  -0.4281
  -3.500  -0.4129
  -3.250  -0.3693
  -3.000  -0.3623

Where; the left column is the angle of attack in degrees, and the right column is the coefficient of lift.

Compiling

The optimise.f03 file is compiled using gfortran as shown in the below example.

gfortran optimise.f03 -o optimise

Output

The output of the optimised blade geometry is in the dat file named output.dat. The format of the file is shown in the example below.

   0.060         31.5        0.121
   0.120         15.3        0.090
   0.180          8.9        0.067
   0.240          5.5        0.052
   0.300          3.4        0.042

The left column is the position along the blade in metres, the centre column is the optimised angle of attack of the blade in degrees and the right column is the optimised chord of the blade in metres. Each value takes up a width of 8. The space between values is 5.

turbinebladeoptimisation's People

Contributors

roh6608 avatar

Stargazers

 avatar

Watchers

 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.