/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile { version 2.0; format ascii; class dictionary; object controlDict; }
application     interFoam;
startFrom       startTime; startTime 0.0;
stopAt          endTime; endTime 2;
deltaT          1e-8;
writeControl    adjustableRunTime; writeInterval 0.0001;
purgeWrite      0; writeFormat binary; runTimeModifiable yes;
adjustTimeStep  yes; maxCo 0.5; maxAlphaCo 0.5; maxDeltaT 0.00005;
