intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / 0 / T
blob29e55ac27f1d43677cccae97e9e62dc71faa9e8b
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      T;
14     location    "0.003";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 0 0 1 0 0 0];
20 internalField   uniform 300;
22 boundaryField
24     minX
25     {
26         type            fixedValue;
27         value           uniform 300;
28     }
29     maxX
30     {
31         type            zeroGradient;
32     }
34     minY
35     {
36         type            zeroGradient;
37     }
38     maxY
39     {
40         type            zeroGradient;
41     }
43     minZ
44     {
45         type            zeroGradient;
46     }
47     maxZ
48     {
49         type            zeroGradient;
50     }
54 // ************************************************************************* //