Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / LTSInterFoam / wigleyHull / 0 / alpha1.org
blobd65bbe17227315708b844566dd8faa9083be98ea
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      alpha;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     inlet
25     {
26         type            calculated;
27         value           uniform 0;
28     }
30     outlet
31     {
32         type            zeroGradient;
33     }
35     sides
36     {
37         type            symmetryPlane;
38     }
40     atmosphere
41     {
42         type            inletOutlet;
43         inletValue      uniform 0;
44         value           uniform 0;
45     }
47     hull_wall
48     {
49         type            zeroGradient;
50     }
53 // ************************************************************************* //