initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / multiphaseInterFoam / damBreak4phase / 0 / alphaair
blob5033330a3c2f1b8a76e0cb095e958ec08acc25d8
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
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 2268
2293 boundaryField
2295     leftWall
2296     {
2297         type            alphaContactAngle;
2298         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 );
2299         value           uniform 0;
2300     }
2301     rightWall
2302     {
2303         type            alphaContactAngle;
2304         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 );
2305         value           uniform 0;
2306     }
2307     lowerWall
2308     {
2309         type            alphaContactAngle;
2310         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 );
2311         value           uniform 0;
2312     }
2313     atmosphere
2314     {
2315         type            inletOutlet;
2316         inletValue      uniform 1;
2317         value           uniform 1;
2318     }
2319     defaultFaces
2320     {
2321         type            empty;
2322     }
2325 // ************************************************************************* //