Merge branch 'upstream/OpenFOAM' into master
[freefoam.git] / tutorials / incompressible / boundaryFoam / boundaryWallFunctions / system / controlDict
bloba199751582505f7257306e8e145d40e17378f60b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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     boundaryFoam;
20 startFrom       startTime;
22 startTime       0;
24 stopAt          endTime;
26 endTime         1000;
28 deltaT          1;
30 writeControl    timeStep;
32 writeInterval   100;
34 purgeWrite      0;
36 writeFormat     ascii;
38 writePrecision  6;
40 writeCompression uncompressed;
42 timeFormat      general;
44 timePrecision   6;
46 runTimeModifiable yes;
48 graphFormat     raw;
50 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //