initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / 0 / cp
blobbc53e05c8637bc4128bf56414c64aa67f81d1f64
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4.2                                 |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      cp;
14     location    "0.003";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 -1 0 0 0];
20 internalField   uniform 450;
22 boundaryField
24     minX
25     {
26         type            zeroGradient;
27     }
28     maxX
29     {
30         type            zeroGradient;
31     }
33     minY
34     {
35         type            zeroGradient;
36     }
37     maxY
38     {
39         type            zeroGradient;
40     }
42     minZ
43     {
44         type            zeroGradient;
45     }
46     maxZ
47     {
48         type            zeroGradient;
49     }
53 // ************************************************************************* //