initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / biconic25-55Run35 / system / sampleDict
blobbfa1dffb997fa99591f81163cc1acca5094b4702
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      sampleDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 interpolationScheme cellPointFace;
20 setFormat       raw;
22 surfaceFormat   vtk;
24 sets
26     cone25
27     {
28         type    face;
29         axis    x;
30         start   ( 0 0 0 );
31         end     ( 0.09208087 0.042939 0 );
32         nPoints 92;
33     }
34     cone55
35     {
36         type    face;
37         axis    x;
38         start   ( 0.09208087 0.042939 0 );
39         end     ( 0.153683 0.13092 0 );
40         nPoints 61;
41     }
42     base
43     {
44         type    face;
45         axis    x;
46         start   ( 0.153683 0.13092 0 );
47         end     ( 0.193675 0.13092 0 );
48         nPoints 40;
49     }
52 surfaces        ( );
54 fields          ( p wallHeatTransRate );
57 // ************************************************************************* //