/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2106 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // libs (utilityFunctionObjects); application laplacianFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 5; deltaT 1; writeControl timeStep; writeInterval 1; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable true; functions { syncObjects { type syncObjects; libs (utilityFunctionObjects); // Where is data located relative to runTime. Given as a filename // with every '/' indicating a sub-objectRegistry w.r.t. runTime. // Local data is under /send/processorXXX. After execution // data will be under the corresponding /receive/processorYYY // objectRegistry //root "level0/level1/level2"; } } // ************************************************************************* //