Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phaseFine / 0 / alphaoil
blob646cdf72739afdcd6bb0d0a444e5f18677f826a7
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       volScalarField;
13     object      alphaOil;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 0 0 0 0];
19 internalField   nonuniform List<scalar>
20 34200
34225 boundaryField
34227     leftWall
34228     {
34229         type            zeroGradient;
34230     }
34231     rightWall
34232     {
34233         type            zeroGradient;
34234     }
34235     lowerWall
34236     {
34237         type            zeroGradient;
34238     }
34239     atmosphere
34240     {
34241         type            inletOutlet;
34242         inletValue      uniform 0;
34243         value           uniform 0;
34244     }
34245     defaultFaces
34246     {
34247         type            empty;
34248     }
34251 // ************************************************************************* //