BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoCentralFoam / LadenburgJet60psi / system / controlDict
blob8b3d36d12e725f4ded79be05e782c3b6ca9012cb
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     rhoCentralFoam;
20 startFrom       latestTime;
22 startTime       0;
24 stopAt          endTime;
26 endTime         2e-05;
28 deltaT          1e-10;
30 writeControl    adjustableRunTime;
32 writeInterval   2e-05;
34 cycleWrite      0;
36 writeFormat     ascii;
38 writePrecision  15;
40 writeCompression off;
42 timeFormat      general;
44 timePrecision   6;
46 adjustTimeStep  yes;
48 maxCo           0.5;
50 maxDeltaT       1;
53 // ************************************************************************* //