initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / chtMultiRegionFoam / multiRegionHeater / system / leftSolid / changeDictionaryDict
bloba6fd49e467e61a16153a4c61cd32e576b477db80
1 FoamFile
3     version         2.0;
4     format          ascii;
6     root            "/home/warhol/chris/foam/chris2.1/run/tutorials/interFoam";
7     case            "damBreak";
8     instance        "system";
9     local           "";
11     class           dictionary;
12     object          changePatchTypeDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dictionaryReplacement
20     T
21     {
22         internalField   uniform 300;
24         boundaryField
25         {
26             minX
27             {
28                 type            zeroGradient;
29             }
30             minZ
31             {
32                 type            zeroGradient;
33             }
34             maxZ
35             {
36                 type            zeroGradient;
37             }
38             leftSolid_to_bottomAir
39             {
40                 type            solidWallHeatFluxTemperatureCoupled;
41                 neighbourRegionName bottomAir;
42                 neighbourPatchName bottomAir_to_leftSolid;
43                 neighbourFieldName T;
44                 K               K;
45                 value           uniform 300;
47             }
48             leftSolid_to_heater
49             {
50                 type            solidWallTemperatureCoupled;
51                 neighbourRegionName heater;
52                 neighbourPatchName heater_to_leftSolid;
53                 neighbourFieldName T;
54                 K               K;
55                 value           uniform 300;
56             }
57             leftSolid_to_topAir
58             {
59                 type            solidWallHeatFluxTemperatureCoupled;
60                 neighbourRegionName topAir;
61                 neighbourPatchName topAir_to_leftSolid;
62                 neighbourFieldName T;
63                 K               K;
64                 value           uniform 300;
65             }
66         }
67     }
69     rho
70     {
71         internalField   uniform 8000;
73         boundaryField
74         {
75             minX
76             {
77                 type            zeroGradient;
78             }
79             minZ
80             {
81                 type            zeroGradient;
82             }
83             maxZ
84             {
85                 type            zeroGradient;
86             }
87             leftSolid_to_bottomAir
88             {
89                 type            zeroGradient;
90             }
91             leftSolid_to_heater
92             {
93                 type            zeroGradient;
94             }
95             leftSolid_to_topAir
96             {
97                 type            zeroGradient;
98             }
99         }
100     }
103     K
104     {
105         internalField   uniform 80;
107         boundaryField
108         {
109             minX
110             {
111                 type            zeroGradient;
112             }
113             minZ
114             {
115                 type            zeroGradient;
116             }
117             maxZ
118             {
119                 type            zeroGradient;
120             }
121             leftSolid_to_bottomAir
122             {
123                 type            zeroGradient;
124             }
125             leftSolid_to_heater
126             {
127                 type            zeroGradient;
128             }
129             leftSolid_to_topAir
130             {
131                 type            zeroGradient;
132             }
133         }
134     }
137     cp
138     {
139         internalField   uniform 450;
141         boundaryField
142         {
143             minX
144             {
145                 type            zeroGradient;
146             }
147             minZ
148             {
149                 type            zeroGradient;
150             }
151             maxZ
152             {
153                 type            zeroGradient;
154             }
155             leftSolid_to_bottomAir
156             {
157                 type            zeroGradient;
158             }
159             leftSolid_to_heater
160             {
161                 type            zeroGradient;
162             }
163             leftSolid_to_topAir
164             {
165                 type            zeroGradient;
166             }
167         }
168     }
171 // ************************************************************************* //