/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2406                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

forceCoeffs
{
    type            forceCoeffs;
    libs            ("libforces.so");
    patches         ("airfoil");         // Replace with actual patch name if different
    rho             rhoInf;
    rhoInf          1.225;
    liftDir         (0 1 0);
    dragDir         (1 0 0);
    pitchAxis       (0 0 1);
    CofR            (0 0 0);
    magUInf         11.06;
    lRef            0.025;
    Aref            0.00025;
    log             yes;
    writeControl    timeStep;
    writeInterval   10;
	/*
	binData
	{
		nBin		20;
		direction		(1 0 0);
		cumulative		yes;
	}
	*/
	
}
