initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoCentralFoam / shockTube / system / sampleDict
blob99cbdad85caaa7cd08cc9c2360ef4587989c5dcb
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 cellPoint;
20 setFormat       raw;
22 surfaceFormat   vtk;
24 sets
26     line
27     {
28         type    face;
29         axis    x;
30         start   ( -5 0 0 );
31         end     ( 5 0 0 );
32         nPoints 100;
33     }
36 surfaces        ();
38 fields          ( p U.component(0) T rho );
41 // ************************************************************************* //