/*--------------------------------*- 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 tip correction related values Ellipse of 1:6


tipCorrectionRelSpanRef
( // relative span,
    0.0000
    0.0333
    0.0667
    0.1000
    0.1333
    0.1667
    0.2000
    0.2333
    0.2667
    0.3000
    0.3333
    0.3667
    0.4000
    0.4333
    0.4667
    0.5000
    0.5333
    0.5667
    0.6000
    0.6333
    0.6667
    0.7000
    0.7333
    0.7667
    0.8000
    0.8333
    0.8667
    0.9000
    0.9333
    0.9667
    1.0000
);


tipCorrectionFactorRef
( // tip correction factor,
    0.0000
    0.3590
    0.4989
    0.6000
    0.6799
    0.7454
    0.8000
    0.8459
    0.8844
    0.9165
    0.9428
    0.9638
    0.9798
    0.9911
    0.9978
    1.0000
    0.9978
    0.9911
    0.9798
    0.9638
    0.9428
    0.9165
    0.8844
    0.8459
    0.8000
    0.7454
    0.6799
    0.6000
    0.4989
    0.3590
    0.0000
);




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