Better bounding on topo change
[foam-extend-3.2.git] / tutorials / multiSolver / multiSolverDemo / teeFitting2d / system / controlDict
blob516f43a570e26446a48d2f378a736a1d3ae396bf
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 application     multiSolverDemo;
20 deltaT          0.01;
22 writeControl    timeStep;
24 writeInterval   1;
26 startFrom       startTime;
28 startTime       0;
30 stopAt          noWriteNow;
32 endTime         0.1;
34 timeFormat      scientific;
36 timePrecision   6;
38 // ************************************************************************* //