fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / boundaryFoam / boundaryLaunderSharma / system / controlDict
blob8bd142163798f7cce0987ba17c88930be984a976
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     object      controlDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application boundaryFoam;
19 startFrom       startTime;
21 startTime       0;
23 stopAt          endTime;
25 endTime         1000;
27 deltaT          1;
29 writeControl    timeStep;
31 writeInterval   100;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writePrecision  6;
39 writeCompression uncompressed;
41 timeFormat      general;
43 timePrecision   6;
45 runTimeModifiable yes;
47 graphFormat     raw;
49 // ************************************************************************* //