Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantBoussinesqSimpleFoam / iglooWithFridges / 0 / k
blob34f6a2b7ac36d592f15f7159025a46501c5e2b1d
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      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -2 0 0 0 0];
20 internalField   uniform 0.1;
22 boundaryField
24     ground
25     {
26         type            kqRWallFunction;
27         value           uniform 0.1;
28     }
30     igloo_region0
31     {
32         type            kqRWallFunction;
33         value           uniform 0.1;
34     }
36     twoFridgeFreezers_seal_0
37     {
38         type            kqRWallFunction;
39         value           uniform 0.1;
40     }
42     twoFridgeFreezers_herring_1
43     {
44         type            kqRWallFunction;
45         value           uniform 0.1;
46     }
50 // ************************************************************************* //