/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.0.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      propellerDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

propOrigin      (6 0 0);
propOrientation (1 0 0);
propVertDir (0 0 1); 

radius          1;
hubRadius       0.2;
thickness       0.2;

n               20;
frontUd         4;

//J vs KT,KQ polynomial coefficients for MARIN 7967 propeller a0+a1*J+a2*J^2+a3*J^3+a4*J^4+a5*J^5
KTfifthOrderPolyCoeffs  (0.398399 -0.067794 -1.286040 2.286960 -2.039820 0.676134);
KQfifthOrderPolyCoeffs  (0.051144 -0.000390 -0.171650 0.330060 -0.327865 0.119477);
