Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / surfaceTracking / bubbleInterTrackFoam / bubble2D_r0.75mm / system / controlDict
blobf2663eebf9ff1c833d8dd298ced82cdc2afdb59f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      controlDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 applicationClass    bubbleInterTrackFoam;
20 startFrom           startTime;
22 startTime           0;
24 stopAt              endTime;
26 endTime             0.3;
28 deltaT              1e-5;
30 writeControl        runTime;
32 writeInterval       0.001;
34 cycleWrite          0;
36 writeFormat         binary;
38 writeCompression    compressed;
40 timeFormat          general;
42 timePrecision       6;
44 runTimeModifiable   yes;
46 //functions
47 //(
48 //    history
49 //    {
50 //        type bubbleHistory;
51 //        functionObjectLibs
52 //        (
53 //            "libbubbleHistory.so"
54 //        );
55 //    }
56 //);
58 // ************************************************************************* //