initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phase / 0 / alphamercury
blob938941063244f4e67d2a8d06559d76dc6c900c93
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 2268
2293 boundaryField
2295     leftWall
2296     {
2297         type            zeroGradient;
2298     }
2299     rightWall
2300     {
2301         type            zeroGradient;
2302     }
2303     lowerWall
2304     {
2305         type            zeroGradient;
2306     }
2307     atmosphere
2308     {
2309         type            inletOutlet;
2310         inletValue      uniform 0;
2311         value           uniform 0;
2312     }
2313     defaultFaces
2314     {
2315         type            empty;
2316     }
2319 // ************************************************************************* //