Upgrade case file headers
[foam-extend-3.2.git] / tutorials / finiteArea / surfactantFoam / planeTransport / 0 / Cs
bloba35505d69a37fa5e6458a7663290f20d49daf4d6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       areaScalarField;
13     location    "0";
14     object      Cs;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions          [1 -2 0 0 0 0 0];
20 internalField       uniform 0;
22 referenceLevel      0;
24 boundaryField
26     inlet {
27         type fixedValue;
28         value uniform 1;
29     }
30     outlet {
31         type inletOutlet;
32         value uniform 1;
33         phi phis;
34         inletValue uniform 0;
35     }
36     bound {
37         type symmetryPlane;
38     }
41 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //