initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / shallowWaterFoam / squareBump / constant / h0
blobf311b3e134f907720f23d75821c48b8693c22fca
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       volScalarField;
13     location    "0";
14     object      h0;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 0 0 0 0 0];
20 internalField   nonuniform List<scalar> 
21 400
212 0.001
213 0.001
232 0.001
233 0.001
426 boundaryField
428     sides
429     {
430         type            zeroGradient;
431     }
432     inlet
433     {
434         type            zeroGradient;
435     }
436     outlet
437     {
438         type            zeroGradient;
439     }
440     frontAndBack
441     {
442         type            empty;
443     }
447 // ************************************************************************* //