/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 1.5-dev | | \\ / A nd | Web: http://www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // startTime 0; startFrom startTime; endTime 50.0; stopAt endTime; deltaT 0.1; adjustTimeStep no; maxCo 0.8; writeControl timeStep; writeInterval 1; writeFormat ascii; writeCompression uncompressed; timeFormat general; //timePrecision 15; //writePrecision 11; runTimeModifiable yes; //functions //( // meshFluxes // { // Type of functionObject // type meshFluxes; // Where to load it from (if not already in solver) // functionObjectLibs ("libmeshFluxes.so"); // } //); // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //