initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / LadenburgJet60psi / system / sampleDict
blob25fc992cb98ee34c97a5627e867b70ea8259aac3
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 writeFormat     raw;
22 sampleSets
24     face
25     {
26         name    cone25;
27         axis    x;
28         start   ( 0 0 0 );
29         end     ( 0.09208087 0.042939 0 );
30         nPoints 92;
31     }
32     face
33     {
34         name    cone55;
35         axis    x;
36         start   ( 0.09208087 0.042939 0 );
37         end     ( 0.153683 0.13092 0 );
38         nPoints 61;
39     }
40     face
41     {
42         name    base;
43         axis    x;
44         start   ( 0.153683 0.13092 0 );
45         end     ( 0.193675 0.13092 0 );
46         nPoints 40;
47     }
50 fields          ( p wallHeatTransRate );
53 // ************************************************************************* //