Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoLiquidMixingFoam / lockExchange / system / controlDict
blobea7a44b74188bb7772d9ecda3090644a5b1df483
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.x                                 |
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     twoLiquidMixingFoam;
20 startFrom       startTime;
22 startTime       0;
24 stopAt          endTime;
26 endTime         100;
28 deltaT          0.05;
30 writeControl    adjustableRunTime;
32 writeInterval   1;
34 purgeWrite      0;
36 writeFormat     ascii;
38 writePrecision  6;
40 writeCompression uncompressed;
42 timeFormat      general;
44 timePrecision   6;
46 runTimeModifiable yes;
48 adjustTimeStep  on;
50 maxCo           0.5;
51 maxDeltaT       1;
53 // ************************************************************************* //