Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / 0 / kappat
blob9289626836e47d00accb63749c2bc544e64c739d
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       volScalarField;
13     location    "0";
14     object      kappat;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     ground
25     {
26         type            kappatJayatillekeWallFunction;
27         Prt             0.85;
28         value           uniform 0;
29     }
31     igloo_region0
32     {
33         type            kappatJayatillekeWallFunction;
34         Prt             0.85;
35         value           uniform 0;
36     }
38     twoFridgeFreezers_seal_0
39     {
40         type            kappatJayatillekeWallFunction;
41         Prt             0.85;
42         value           uniform 0;
43     }
45     twoFridgeFreezers_herring_1
46     {
47         type            kappatJayatillekeWallFunction;
48         Prt             0.85;
49         value           uniform 0;
50     }
54 // ************************************************************************* //