BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / engineFoam / kivaTest / -180 / Su
blob7b3c99f1f254409a4f679cd84ce34d1484f93666
1 /*---------------------------------------------------------------------------*\
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       volScalarField;
13     location    "-180";
14     object      Su;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 dimensions      [0 1 -1 0 0 0 0];
21 internalField   uniform 0.4;
23 boundaryField
25     piston
26     {
27         type            zeroGradient;
28     }
30     liner
31     {
32         type            zeroGradient;
33     }
35     cylinderHead
36     {
37         type            zeroGradient;
38     }
42 // ************************************************************************* //