Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / mesh / cfMesh / tetMesh / socketOctree / system / controlDict
blobc72e60853929577cc212b06a4c35de962b1c6eaa
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                |
3 | \\      /  F ield         | cfMesh: A library for mesh generation          |
4 |  \\    /   O peration     |                                                |
5 |   \\  /    A nd           | Author: Franjo Juretic                         |
6 |    \\/     M anipulation  | E-mail: franjo.juretic@c-fields.com            |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version   2.0;
12     format    ascii;
13     class     dictionary;
14     location  "system";
15     object    meshDict;
18 // ************************************************************************* //
20 applicationClass    ;
22 startFrom           latestTime;
24 startTime           0;
26 stopAt              endTime;
28 endTime             2000;
30 deltaT              1;
32 writeControl        timeStep;
34 writeInterval       100;
36 cycleWrite          0;
38 writeFormat         ascii;
40 writeCompression    compressed;
42 timeFormat          general;
44 timePrecision       6;
46 runTimeModifiable   yes;
48 nCorrectors         2;
50 nNonOrthogonalCorrectors 0;
53 // ************************************************************************* //