BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoPimpleFoam / ras / cavity / system / controlDict
blobb79c4ab6750f8409a4d2a600aef82c69c222289f
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     rhoPimpleFoam;
20 startFrom       startTime;
22 startTime       0;
24 stopAt          endTime;
26 endTime         1;
28 deltaT          0.01;
30 writeControl    runTime;
32 writeInterval   0.1;
34 purgeWrite      0;
36 writeFormat     binary;
38 writePrecision  10;
40 writeCompression off;
42 timeFormat      general;
44 timePrecision   6;
46 runTimeModifiable true;
48 adjustTimeStep  no;
50 maxCo           0.3;
52 maxDeltaT       1;
55 // ************************************************************************* //