fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / newContactStressFoam / ballAndBrickFriction / system / controlDict
blobf3e428bbc89b429727874e1518ce445e86908dea
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     newContactStressFoam;
19 startFrom       startTime;
21 startTime       0;
23 stopAt          endTime;
25 endTime         500;
27 deltaT          1;
29 writeControl    timeStep;
31 writeInterval   50;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writeCompression uncompressed;
39 timeFormat      general;
41 timePrecision   6;
43 runTimeModifiable yes;
45 // ************************************************************************* //