FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

startFrom       latestTime;

stopAt          endTime;

endTime         1201;

deltaT          0.001;

writeControl    adjustableRunTime;

writeInterval   1;

purgeWrite      0;

writeFormat     ascii;

writePrecision  8;

writeCompression off;

timeFormat      general;

runTimeModifiable yes;

adjustTimeStep  yes;

maxCo           0.5;

calcB           no;
calcJ           yes;

calcTime        190;

evf		false;
heat		false;
updateRho	false;
flow		false;
debug		false;

libs ("libsampling.so");

// ************************************************************************* //
