initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rhoCentralFoam / LadenburgJet60psi / system / sampleDict
blobac12dd2d470d13603368991d223a1136836b682b
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      sampleDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 interpolationScheme cellPointFace;
19 writeFormat     raw;
21 sampleSets      
23     face 
24     {
25         name            cone25;
26         axis            x;
27         start           ( 0.0 0.0 0.0);
28         end             ( 92.08087e-03  42.939e-03 0.0);
29         nPoints         92;
30     }
32     face
33     {
34         name            cone55;
35         axis            x;
36         start           ( 92.08087e-03  42.939e-03 0.0);
37         end             ( 153.6830e-03 130.92e-03 0.0);
38         nPoints         61;
39     }
41     face
42     {
43         name            base;
44         axis            x;
45         start           ( 153.6830e-03 130.92e-03 0.0);
46         end             ( 193.6750e-03 130.92e-03 0.0);
47         nPoints         40;
48     }
51 fields          
53     p
54     wallHeatTransRate
57 // ************************************************************************* //