ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoCentralFoam / shockTube / system / sampleDict
blobe29ef3ea58c2f18d62bf0fcecd5032172fd0cee0
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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 sets
24     line
25     {
26         type    face;
27         axis    x;
28         start   ( -5 0 0 );
29         end     ( 5 0 0 );
30         nPoints 100;
31     }
34 fields          ( p U.component(0) T rho );
37 // ************************************************************************* //