updated multiphase/interFoam tutorial except for MRFInterFoam
[openfoam-extend-OpenFOAM-1.6-ext.git] / tutorials / multiphase / multiphaseInterFoam / damBreak4phase / system / controlDict
blobac70ee93e0045aeabbd9851575b220c8f0b307c6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      controlDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application interFoam;
19 startFrom       latestTime;
21 startTime       0;
23 stopAt          endTime;
25 endTime         6;
27 deltaT          0.001;
29 writeControl    adjustableRunTime;
31 writeInterval   0.05;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writePrecision  6;
39 writeCompression uncompressed;
41 timeFormat      general;
43 timePrecision   6;
45 runTimeModifiable yes;
47 adjustTimeStep  yes;
49 maxCo           0.5;
51 maxDeltaT       1.0;
53 // ************************************************************************* //