/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
|  \\    /   O peration     | Version:  1.6-ext                               |
|   \\  /    A nd           | Web:      www.extend-project.de                 |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      binary;
    class       dictionary;
    location    "system";
    object      controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application     CMCdieselEngineFoam;

startFrom       latestTime;

startTime       -143;//crank angle

stopAt          endTime;

endTime         60;//crank angle

deltaT          0.01;//crank angle

writeControl    adjustableRunTime;

writeInterval  1;//crank angle

purgeWrite      0;

writeFormat     ascii;

writePrecision  6;

writeCompression uncompressed;

timeFormat      general;

timePrecision   6;

adjustTimeStep  yes;

maxCo           0.1;

runTimeModifiable yes;

//functions
//(
//    minMax
//    {
//        type        minMaxField;

        // Where to load it from (if not already in solver)
//        functionObjectLibs ("libfieldFunctionObjects.so");

//        name T;
//    }
//);


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