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

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

    writeControl    timeStep;
    writeInterval   10;
    log             true;

    rho             rhoInf;

    CofR            (0 0 0);

    rhoInf          1.225;
}


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