Initial release of the new fireFoam solver and ancillary libraries.
[OpenFOAM-1.6.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire2D / system / controlDict
blob5ff3dbcebcdaa478e872a252b3e798dc437fd5cd
1 /*---------------------------------------------------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version         2.0;
11     format          ascii;
12     class           dictionary;
13     object          controlDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application     fireFoam;
19 startFrom       latestTime;
21 startTime       0.0;
23 stopAt          endTime;
25 endTime         3.0;
27 deltaT          0.1;
29 writeControl    adjustableRunTime;
31 writeInterval   0.1;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writePrecision  6;
39 writeCompression uncompressed;
41 timeFormat      general;
43 timePrecision   6;
45 graphFormat     raw;
47 runTimeModifiable yes;
49 adjustTimeStep  yes;
51 maxCo           0.2;
53 maxDeltaT       0.001;
56 // ************************************************************************* //