ENH: splitMeshRegions now fills in coupling information in directMapped patch.
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / system / rightSolid / changeDictionaryDict
blob015503f11c79f8307d1d5ea3b109ebc6925350de
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             maxX
26             {
27                 type            zeroGradient;
28             }
29             minZ
30             {
31                 type            zeroGradient;
32             }
33             maxZ
34             {
35                 type            zeroGradient;
36             }
37             rightSolid_to_heater
38             {
39                 type            solidWallMixedTemperatureCoupled;
40                 neighbourFieldName T;
41                 K               K;
42                 value           uniform 300;
43             }
44             rightSolid_to_bottomAir
45             {
46                 type            solidWallMixedTemperatureCoupled;
47                 neighbourFieldName T;
48                 K               K;
49                 value           uniform 300;
50             }
51             rightSolid_to_topAir
52             {
53                 type            solidWallMixedTemperatureCoupled;
54                 neighbourFieldName T;
55                 K               K;
56                 value           uniform 300;
57             }
58         }
59     }
61     rho
62     {
63         internalField   uniform 8000;
65         boundaryField
66         {
67             maxX
68             {
69                 type            zeroGradient;
70             }
71             minZ
72             {
73                 type            zeroGradient;
74             }
75             maxZ
76             {
77                 type            zeroGradient;
78             }
79             rightSolid_to_bottomAir
80             {
81                 type            zeroGradient;
82             }
83             rightSolid_to_heater
84             {
85                 type            zeroGradient;
86             }
87             rightSolid_to_topAir
88             {
89                 type            zeroGradient;
90             }
91         }
92     }
94     K
95     {
96         internalField   uniform 80;
98         boundaryField
99         {
100             maxX
101             {
102                 type            zeroGradient;
103             }
104             minZ
105             {
106                 type            zeroGradient;
107             }
108             maxZ
109             {
110                 type            zeroGradient;
111             }
112             rightSolid_to_bottomAir
113             {
114                 type            zeroGradient;
115             }
116             rightSolid_to_heater
117             {
118                 type            zeroGradient;
119             }
120             rightSolid_to_topAir
121             {
122                 type            zeroGradient;
123             }
124         }
125     }
127     cp
128     {
129         internalField   uniform 450;
131         boundaryField
132         {
133             maxX
134             {
135                 type            zeroGradient;
136             }
137             minZ
138             {
139                 type            zeroGradient;
140             }
141             maxZ
142             {
143                 type            zeroGradient;
144             }
145             rightSolid_to_bottomAir
146             {
147                 type            zeroGradient;
148             }
149             rightSolid_to_heater
150             {
151                 type            zeroGradient;
152             }
153             rightSolid_to_topAir
154             {
155                 type            zeroGradient;
156             }
157         }
158     }
161 // ************************************************************************* //