intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / 0 / U
blob528c16391f98a95a06e7ac8d48c9f207da9d27f2
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       volVectorField;
13     object      U;
14     location    "0.003";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 1 -1 0 0 0 0];
20 internalField   uniform (0.01 0 0);
22 boundaryField
24     minX
25     {
26         type            fixedValue;
27         value           uniform (0.01 0 0);
28     }
29     maxX
30     {
31         type            inletOutlet;
32         inletValue      uniform (0 0 0);
33     }
35     minY
36     {
37         type            fixedValue;
38         value           uniform (0 0 0);
39     }
40     maxY
41     {
42         type            fixedValue;
43         value           uniform (0 0 0);
44     }
46     minZ
47     {
48         type            fixedValue;
49         value           uniform (0 0 0);
50     }
51     maxZ
52     {
53         type            fixedValue;
54         value           uniform (0 0 0);
55     }
59 // ************************************************************************* //