ENH: splitMeshRegions now fills in coupling information in directMapped patch.
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / system / leftSolid / changeDictionaryDict
blobfe6827c8b5d296518713916b60938d1b28b3b176
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      changeDictionaryDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dictionaryReplacement
19     T
20     {
21         internalField   uniform 300;
23         boundaryField
24         {
25             minX
26             {
27                 type            zeroGradient;
28             }
29             minZ
30             {
31                 type            zeroGradient;
32             }
33             maxZ
34             {
35                 type            zeroGradient;
36             }
37             leftSolid_to_bottomAir
38             {
39                 type            solidWallMixedTemperatureCoupled;
40                 neighbourFieldName T;
41                 K               K;
42                 value           uniform 300;
44             }
45             leftSolid_to_heater
46             {
47                 type            solidWallMixedTemperatureCoupled;
48                 neighbourFieldName T;
49                 K               K;
50                 value           uniform 300;
51             }
52             leftSolid_to_topAir
53             {
54                 type            solidWallMixedTemperatureCoupled;
55                 neighbourFieldName T;
56                 K               K;
57                 value           uniform 300;
58             }
59         }
60     }
62     rho
63     {
64         internalField   uniform 8000;
66         boundaryField
67         {
68             minX
69             {
70                 type            zeroGradient;
71             }
72             minZ
73             {
74                 type            zeroGradient;
75             }
76             maxZ
77             {
78                 type            zeroGradient;
79             }
80             leftSolid_to_bottomAir
81             {
82                 type            zeroGradient;
83             }
84             leftSolid_to_heater
85             {
86                 type            zeroGradient;
87             }
88             leftSolid_to_topAir
89             {
90                 type            zeroGradient;
91             }
92         }
93     }
95     K
96     {
97         internalField   uniform 80;
99         boundaryField
100         {
101             minX
102             {
103                 type            zeroGradient;
104             }
105             minZ
106             {
107                 type            zeroGradient;
108             }
109             maxZ
110             {
111                 type            zeroGradient;
112             }
113             leftSolid_to_bottomAir
114             {
115                 type            zeroGradient;
116             }
117             leftSolid_to_heater
118             {
119                 type            zeroGradient;
120             }
121             leftSolid_to_topAir
122             {
123                 type            zeroGradient;
124             }
125         }
126     }
128     cp
129     {
130         internalField   uniform 450;
132         boundaryField
133         {
134             minX
135             {
136                 type            zeroGradient;
137             }
138             minZ
139             {
140                 type            zeroGradient;
141             }
142             maxZ
143             {
144                 type            zeroGradient;
145             }
146             leftSolid_to_bottomAir
147             {
148                 type            zeroGradient;
149             }
150             leftSolid_to_heater
151             {
152                 type            zeroGradient;
153             }
154             leftSolid_to_topAir
155             {
156                 type            zeroGradient;
157             }
158         }
159     }
162 // ************************************************************************* //