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

forces
{
    #includeEtc "caseDicts/postProcessing/forces/forces.cfg"

    rhoInf      1.225;    // Fluid density
    patches     (patch1 patch2);

    CofR        (0 0 0);
    pitchAxis   (0 1 0);
}

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