Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phaseFine / 0 / alphas
blob5625755c087ad4680168118a1c7538406512a44f
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     location    "0";
14     object      alphas;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   nonuniform List<scalar>
21 34200
34226 boundaryField
34228     leftWall
34229     {
34230         type            zeroGradient;
34231     }
34232     rightWall
34233     {
34234         type            zeroGradient;
34235     }
34236     lowerWall
34237     {
34238         type            zeroGradient;
34239     }
34240     atmosphere
34241     {
34242         type            zeroGradient;
34243     }
34244     defaultFaces
34245     {
34246         type            empty;
34247     }
34250 // ************************************************************************* //