Bugfix: single precision compilation fix
[foam-extend-3.2.git] / tutorials / compressible / rhoCentralFoam / shockTube / constant / polyMesh / boundary
blobccbad270a40b52da4297f7f5ceee88c97899006e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       polyBoundaryMesh;
13     location    "constant/polyMesh";
14     object      boundary;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     sides
21     {
22         type            patch;
23         physicalType    outletAdiabatic;
24         nFaces          2;
25         startFace       99;
26     }
27     empty
28     {
29         type            empty;
30         physicalType    empty;
31         nFaces          400;
32         startFace       101;
33     }
36 // ************************************************************************* //