BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / chemFoam / h2 / system / controlDict
bloba217a926c61b074d301b99f02fc84dc488711195
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      controlDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 application     chemFoam;
20 startFrom       startTime;
22 startTime       0;
24 stopAt          endTime;
26 endTime         0.001;
28 deltaT          1e-05;
30 maxDeltaT       1;
32 adjustTimeStep  on;
34 writeControl    adjustableRunTime;
36 writeInterval   5e-04;
38 purgeWrite      0;
40 writeFormat     ascii;
42 writeCompression uncompressed;
44 timeFormat      general;
46 timePrecision   6;
48 runTimeModifiable yes;
50 suppressSolverInfo yes;
53 // ************************************************************************* //