BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / motorBike / system / controlDict
blobfc529de3708da067195e7782c318e04338cd25db
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.x                                 |
5 |   \\  /    A nd           | Web:      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     simpleFoam;
19 startFrom       latestTime;
21 startTime       0;
23 stopAt          endTime;
25 endTime         500;
27 deltaT          1;
29 writeControl    timeStep;
31 writeInterval   100;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writePrecision  6;
39 writeCompression compressed;
41 timeFormat      general;
43 timePrecision   6;
45 runTimeModifiable true;
47 functions
49     #include "readFields"
50     #include "streamLines"
51     #include "cuttingPlane"
52     #include "forceCoeffs"
56 // ************************************************************************* //