initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phaseFine / 0 / alphamercury
blob9f2ae07b73c3a40a0d072d9e6aa392043f4b8ce6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      alphaMercury;
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 // ************************************************************************* //