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

forceCoeffs
{
    type            forceCoeffs;
    libs            ("libforces.so");
    patches         ("CYLINDER");

    writeControl    timeStep;
    writeInterval   10;
    log             true;

    rho             rhoInf;

    liftDir         (0 1 0);
    dragDir         (1 0 0);
    pitchAxis       (0 0 1);
    CofR            (0 0 0);

    rhoInf          1.225;
    magUInf         1;
    lRef            1;
    Aref            1;
}

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