fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / incompressible / shallowWaterFoam / squareBump / constant / h0
blob5963a7ca594426c999b4d1c663bf0399fc3852e4
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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     }
446 // ************************************************************************* //