Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / dbnsFoam / shockTube / system / controlDict
blob90c380d853c1b5380464f0261a2256d5a1af6667
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     object      controlDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 startFrom       startTime;
19 startTime       0;
21 stopAt          endTime;
23 endTime         0.1;
25 deltaT          0.00001;
27 writeControl    timeStep;
29 writeInterval   200;
31 purgeWrite      0;
33 writeFormat     ascii;
35 writePrecision  6;
37 writeCompression compressed;
39 timeFormat      general;
41 timePrecision   6;
43 graphFormat     raw;
45 runTimeModifiable yes;
47 adjustTimeStep  no;
49 // maxCo
50 maxCo           2.5;
52 // maxDeltaT
53 maxDeltaT       1;
55 // ************************************************************************* //