/*--------------------------------*- 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


tipCorrectionRelSpanRef
( // relative span,
    0.0000
    0.0008
    0.0038
    0.0100
    0.0191
    0.0313
    0.0463
    0.0641
    0.0846
    0.1076
    0.1331
    0.1609
    0.1907
    0.2224
    0.2559
    0.2908
    0.3271
    0.3644
    0.4025
    0.4413
    0.4804
    0.5196
    0.5587
    0.5975
    0.6356
    0.6729
    0.7092
    0.7441
    0.7776
    0.8093
    0.8391
    0.8669
    0.8924
    0.9154
    0.9359
    0.9537
    0.9687
    0.9809
    0.9900
    0.9962
    0.9992
    1.0000
);


tipCorrectionFactorRef
( // tip correction factor,
    0.0000
    0.1357
    0.2332
    0.3328
    0.4263
    0.5118
    0.5886
    0.6568
    0.7168
    0.7690
    0.8141
    0.8528
    0.8858
    0.9136
    0.9367
    0.9557
    0.9710
    0.9829
    0.9915
    0.9972
    1.0000
    1.0000
    0.9972
    0.9915
    0.9829
    0.9710
    0.9557
    0.9367
    0.9136
    0.8858
    0.8528
    0.8141
    0.7690
    0.7168
    0.6568
    0.5886
    0.5118
    0.4263
    0.3328
    0.2332
    0.1357
    0.0000
);




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