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

startFrom       latestTime;

startTime       1;

stopAt          endTime;

endTime         400;

deltaT          0.001;

writeControl    adjustableRunTime;

writeInterval   0.5;

purgeWrite      0;

writeFormat     binary;

writePrecision  8;

writeCompression off;

timeFormat      general;

timePrecision   12;

runTimeModifiable yes;

maxCo           0.5;
maxAlphaCo      0.5;
maxCoAlfven	500;

adjustTimeStep  yes;

calcInterface   false;
calcTime	190;

bz              true;

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