Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / MRFMultiphaseInterFoam / mixerVessel2D / 0 / alphawater
blobe0e4fc733e9260e3d5badf3712be75187a288104
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      alphawater;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 0 0 0 0];
20 internalField   nonuniform List<scalar>
21 3072
3098 boundaryField
3100     rotor
3101     {
3102         type            zeroGradient;
3103     }
3104     stator
3105     {
3106         type            zeroGradient;
3107     }
3108     front
3109     {
3110         type            empty;
3111     }
3112     back
3113     {
3114         type            empty;
3115     }
3119 // ************************************************************************* //