/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.x                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile {
  version     2.0;
  format      ascii;
  class       dictionary;
  location    "system";
  object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     PATOx;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         5;

deltaT          0.0003;

writeControl    runTime;

writeInterval   0.006;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression uncompressed;

timeFormat      general;

timePrecision   6;

graphFormat     xmgr;

runTimeModifiable yes;

/* Adjustable time step - based on a limiter on the max. pressure gradient and on species mass-fraction variations */
adjustTimeStep  no; // you can turn it off but it's going to be very slow

maxCo           0.5;

adjustStartTime  0;

delaySolid 0; // time in seconds


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