Upgrade case file headers
[foam-extend-3.2.git] / tutorials / compressible / rhoCentralFoam / LadenburgJet60psi / system / controlDict
blob0ff06a7619c18042e51aa87c82bad1457b97f870
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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 uncompressed;
42 timeFormat      general;
44 timePrecision   6;
46 adjustTimeStep  yes;
48 maxCo           0.5;
50 maxDeltaT       1;
52 // ************************************************************************* //