Forward compatibility: flex
[foam-extend-3.2.git] / tutorials / mesh / moveDynamicMesh / circCylinder3dHex / system / controlDict
blob921c1a2d96252146fd54c9ea0f7d4d5e733dfaf1
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 startTime           0;
20 startFrom           startTime;
22 endTime             50.0;
24 stopAt              endTime;
26 deltaT              0.1;
28 adjustTimeStep      no;
30 maxCo               0.8;
32 writeControl        timeStep;
34 writeInterval       1;
36 writeFormat         ascii;
38 writeCompression    uncompressed;
40 timeFormat          general;
42 //timePrecision       15;
44 //writePrecision      11;
46 runTimeModifiable   yes;
48 //functions
49 //(
50 //    meshFluxes
51 //    {
52         // Type of functionObject
53 //        type meshFluxes;
55         // Where to load it from (if not already in solver)
56 //        functionObjectLibs ("libmeshFluxes.so");
57 //    }
58 //);
60 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //