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

application     PATOx;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         120;

deltaT          1e-6;

writeControl    adjustableRunTime;

writeInterval   0.1;

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression compressed;

timeFormat      general;

timePrecision   6;

graphFormat     xmgr;

runTimeModifiable yes;

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

adjustStartTime 0;

maxCo           10;

maxDeltaT   0.005; // reduce it if the surface temperature starts oscilliating

minDeltaT   1e-6;

REVlength   1e3;

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