ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phase / 0.org / alphaair
blob5b1a8876b13f2b21bbe770745199a980e4274bd1
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      alphaair;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     leftWall
25     {
26         type            alphaContactAngle;
27         thetaProperties
28         (
29             ( water air ) 90 0 0 0
30             ( oil air ) 90 0 0 0
31             ( mercury air ) 90 0 0 0
32             ( water oil ) 90 0 0 0
33             ( water mercury ) 90 0 0 0
34             ( oil mercury ) 90 0 0 0
35         );
36         value           uniform 0;
37     }
38     rightWall
39     {
40         type            alphaContactAngle;
41         thetaProperties
42         (
43             ( water air ) 90 0 0 0
44             ( oil air ) 90 0 0 0
45             ( mercury air ) 90 0 0 0
46             ( water oil ) 90 0 0 0
47             ( water mercury ) 90 0 0 0
48             ( oil mercury ) 90 0 0 0
49         );
50         value           uniform 1;
51     }
52     lowerWall
53     {
54         type            alphaContactAngle;
55         thetaProperties
56         (
57             ( water air ) 90 0 0 0
58             ( oil air ) 90 0 0 0
59             ( mercury air ) 90 0 0 0
60             ( water oil ) 90 0 0 0
61             ( water mercury ) 90 0 0 0
62             ( oil mercury ) 90 0 0 0
63         );
64         value           uniform 0;
65     }
66     atmosphere
67     {
68         type            inletOutlet;
69         inletValue      uniform 1;
70         value           uniform 1;
71     }
72     defaultFaces
73     {
74         type            empty;
75     }
79 // ************************************************************************* //