/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  v2112                                 |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     icoReactingMultiphaseInterFoam;

startFrom       latestTime;

startTime       0;

stopAt          endTime;

endTime         500000.0;  

deltaT          10.0; // increase time step to run faster (to 50s or 100s)

writeControl    adjustableRunTime;

writeInterval   10000; 

// purgeWrite      4;

writeFormat     binary;

writePrecision  6;

compression     off;

timeFormat      general;

timePrecision   6;

runTimeModifiable yes;

adjustTimeStep   no;

maxDeltaT       5.0;

maxCo           0.5;
maxAlphaCo      0.5;
maxAlphaDdt     1;

/*
functions
{
    #includeFunc surfaces
}
*/

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