/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // libs ( "libincompressibleRASModels.so" "liblduSolvers.so" ) application pimpleDyMFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 0.6283; //One rotation deltaT 0.00175; //Approx 1 degree per time step writeControl timeStep; writeInterval 10; //Every 10 degrees purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression compressed; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep no; maxCo 5; // ************************************************************************* //