intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / rhoCentralFoam / obliqueShock / system / controlDict
blob468da70d9a3799d7081ae987d4474b9aab1adb0e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      controlDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 application     centralFoam;
19 startFrom       startTime;
21 startTime       0;
23 stopAt          endTime;
25 endTime         10;
27 deltaT          0.0025;
29 writeControl    adjustableRunTime;
31 writeInterval   1;
33 purgeWrite      0;
35 writeFormat     ascii;
37 writePrecision  6;
39 writeCompression uncompressed;
41 timeFormat      general;
43 timePrecision   6;
45 graphFormat     raw;
47 runTimeModifiable yes;
49 adjustTimeStep  yes;
51 maxCo           0.2;
53 maxDeltaT       1;
55 // ************************************************************************* //