intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / 0 / rho
blob24f6f2d0c0f0e5b24d6313a2f61aec4fcde807bb
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      rho;
14     location    "0.003";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -3 0 0 0 0 0];
20 internalField   uniform 8000;
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 // ************************************************************************* //