/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.0.1 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application pisoFoam; startFrom latestTime; startTime 1.0; stopAt endTime; endTime 3.0; deltaT 5e-6; writeControl runTime; writeInterval 0.01; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; maxCo 0.5; functions { forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( AIRFOIL ); pName p; UName U; log true; rhoName rhoInf; rhoInf 1.2041; CofR ( 0 0 0 ); liftDir ( 0 1 0 ); dragDir ( 1 0 0 ); pitchAxis ( 0 0 1 ); magUInf 28.16; lRef 0.914; Aref 0.0835396; } /* wallPressure { type surfaces; functionObjectLibs ("libsampling.so"); outputControl timeStep; outputInterval 1; surfaceFormat foamFile; interpolationScheme cell; fields ( p ); surfaces ( AIRFOIL_WALL { type patch; patches (AIRFOIL); triangulate false; } ); } */ } // ************************************************************************* //