STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / stressedFoam / plateHole / 0 / T
blobaa65393154204e67e851abd3e8ef16487aff6e92
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      T;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   uniform 300;
22 boundaryField
24     left
25     {
26         type            symmetryPlane;
27     }
29     right
30     {
31         type            zeroGradient;
32     }
34     down
35     {
36         type            symmetryPlane;
37     }
39     up
40     {
41         type            zeroGradient;
42     }
44     hole
45     {
46         type            zeroGradient;
47     }
49     frontAndBack
50     {
51         type            empty;
52     }
55 // ************************************************************************* //