initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phaseFine / 0 / alphaair
blob4441a5df02834013b4b03c67331f333e4b386e7e
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      alphaAir;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 0 0 0 0];
19 internalField   nonuniform List<scalar> 
20 34200
34225 boundaryField
34227     leftWall
34228     {
34229         type            alphaContactAngle;
34230         thetaProperties ( ( water air ) 90 0 0 0 ( oil air ) 90 0 0 0 ( mercury air ) 90 0 0 0 ( water oil ) 90 0 0 0 ( water mercury ) 90 0 0 0 ( oil mercury ) 90 0 0 0 );
34231         value           uniform 0;
34232     }
34233     rightWall
34234     {
34235         type            alphaContactAngle;
34236         thetaProperties ( ( water air ) 90 0 0 0 ( oil air ) 90 0 0 0 ( mercury air ) 90 0 0 0 ( water oil ) 90 0 0 0 ( water mercury ) 90 0 0 0 ( oil mercury ) 90 0 0 0 );
34237         value           uniform 0;
34238     }
34239     lowerWall
34240     {
34241         type            alphaContactAngle;
34242         thetaProperties ( ( water air ) 90 0 0 0 ( oil air ) 90 0 0 0 ( mercury air ) 90 0 0 0 ( water oil ) 90 0 0 0 ( water mercury ) 90 0 0 0 ( oil mercury ) 90 0 0 0 );
34243         value           uniform 0;
34244     }
34245     atmosphere
34246     {
34247         type            inletOutlet;
34248         inletValue      uniform 1;
34249         value           uniform 1;
34250     }
34251     defaultFaces
34252     {
34253         type            empty;
34254     }
34257 // ************************************************************************* //