/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: plus | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application potentialFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 1000; deltaT 1.0; writeControl runTime; writeInterval 1; purgeWrite 0; //- Uncomment to have regular (every 2 hours of run time) restart files //secondaryWriteControl cpuTime; // runtime //secondaryWriteInterval 7200; // seconds //secondaryPurgeWrite 1; // keep all but last dump writeFormat binary; writePrecision 8; writeCompression uncompressed; timeFormat general; timePrecision 8; runTimeModifiable yes; // ************************************************************************* //