Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / parcelInBox / system / controlDict
blob992d933de03fcef370151200d7055946b7e4fc67
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 startFoam       startTime;
20 startTime       0;
22 stopAt          endTime;
24 endTime         0.5;
26 deltaT          1e-3;
28 writeControl    adjustableRunTime;
30 writeInterval   1e-1;
32 purgeWrite      0;
34 writeFormat     ascii;
36 writePrecision  10;
38 writeCompression uncompressed;
40 timeFormat      general;
42 timePrecision   6;
44 runTimeModifiable yes;
46 adjustTimeStep  yes;
48 maxCo           5;
50 maxDeltaT       1e-3;
52 // ************************************************************************* //