FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      controlDict;
}

// Make sure you build the solver located
// in ../../openfoam-solver/ before running
// the case
application     heatTransfer;

libs ( "libgroovyBC.so" ) ;

startFrom       startTime;

startTime       0;

stopAt          endTime;

endTime         1;

deltaT          0.1;

writeControl    runTime;

writeInterval   0.5;

purgeWrite      0;

writeFormat     ascii;

writePrecision  15;

writeCompression off;

timeFormat      general;

timePrecision   6;

runTimeModifiable false;

