/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  10
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
  format ascii;
  class dictionary;
  location "system";
  object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application pimpleFoam;

startFrom startTime;
stopAt endTime;
startTime 0;
endTime 0.1;
deltaT 1e-05;

writeControl adjustableRunTime;
writeInterval 0.001;
writeFormat binary;
writeCompression off;

timeFormat fixed;
timePrecision 5;

adjustTimeStep yes;
maxCo 0.4;

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