/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  3.0.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

// This is a file to input the blade Pitch

// unit is in degree, ref angle is 14.250 deg where Cl is 2.4 for S1223

bladePitchMaster
( 

    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90
    7.90

    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20
    10.20

    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70
    13.70

    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4
    16.4



);



// ************************************************************************* //
