/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1906 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application sonicFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 8e-7; deltaT 4e-08; writeControl runTime; writeInterval 4e-08; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 9; runTimeModifiable true; functions { forces { type forceCoeffs; libs (forces); writeControl timeStep; writeInterval 10; patches ( wall_4 ); rhoInf 1; CofR (0 0 0); liftDir (-0.239733 0.970839 0); dragDir (0.970839 0.239733 0); pitchAxis (0 0 1); magUInf 618.022; lRef 1; Aref 1; } } // ************************************************************************* //