BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / circuitBoardCooling / system / baffleRegion / changeDictionaryDict
blob0eac2e77e352bbe3eb178d5dea3c0a2a0b503ba6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      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         boundaryField
22         {
23             "region0_to.*"
24             {
25                 type                compressible::temperatureThermoBaffle;
26                 neighbourFieldName  T;
27                 K                   solidThermo;
28                 KName               none;
30                 value               uniform 300;
31             }
32             baffleFaces2_side
33             {
34                 type            zeroGradient;
35             }
36             floor
37             {
38                 type            fixedValue;
39                 value           uniform 300;
40             }
41             fixedWalls
42             {
43                 type            empty;
44             }
45         }
46     }
48     boundary
49     {
50         floor
51         {
52             type        patch;
53         }
54     }
57 // ************************************************************************* //