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

application     mhdturbFoam;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         10;

deltaT          0.00008;

writeControl    timeStep;

writeInterval   1000;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable true;


functions
{
forces

{
type forceCoeffs;
libs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;
patches
(
airfoil
);
p p;
U U;
rho rhoInf;
log true;
rhoInf 1;
CofR ( 0 0 0 );
liftDir ( 0.4226 0.906 0 );
dragDir ( 0.906 0.4226 0 );
pitchAxis ( 0 0 1 );
magUInf 10;
lRef 0.906;
Aref 0.906;
}
}

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