Upgrade case file headers
[foam-extend-3.2.git] / tutorials / compressible / rhoCentralFoam / forwardStep / 0 / Ma
blobd677fd1b8914dfbcabd3d702fa911c739c574f82
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       volScalarField;
13     object      Ma;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 0 0 0 0 0 0];
19 internalField   uniform 3;
21 boundaryField
23     inlet
24     {
25         type            calculated;
26         value           uniform 3;
27     }
28     outlet
29     {
30         type            calculated;
31         value           uniform 3;
32     }
33     bottom
34     {
35         type            symmetryPlane;
36     }
37     top
38     {
39         type            symmetryPlane;
40     }
41     obstacle
42     {
43         type            calculated;
44         value           nonuniform List<scalar>
45 208
257     }
258     defaultFaces
259     {
260         type            empty;
261     }
264 // ************************************************************************* //