FIX: Tutorials refering to {b,K} instead of {bprog,Kcond}
[freefoam.git] / tutorials / heatTransfer / chtMultiRegionFoam / multiRegionHeater / 0 / Kcond
blob8cd186d274a7919cf1c8f086d86231714863665f
1 /*------------------------------*- FOAMDict -*-------------------------------*\
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      Kcond;
14     location    "0.003";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 1 -3 -1 0 0 0];
20 internalField   uniform 80;
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 // ****************** vim: set ft=foamdict sw=4 sts=4 et: ****************** //