1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.2 |
5 | \\ / A nd | Web: http://www.foam-extend.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application pimpleDyMFoam;
25 endTime 0.6283; //One rotation
27 deltaT 0.00175; //Approx 1 degree per time step
29 writeControl timeStep;
31 writeInterval 10; //Every 10 degrees
39 writeCompression compressed;
45 runTimeModifiable yes;
51 // ************************************************************************* //