ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / incompressible / pimpleFoam / TJunctionFan / 0 / nut
blob5267e752b4bc17a1cc275b818483b9e327432c80
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      nut;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [0 2 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     inlet
25     {
26         type            calculated;
27         value           uniform 0;
28     }
29     outlet1
30     {
31         type            calculated;
32         value           uniform 0;
33     }
34     outlet2
35     {
36         type            calculated;
37         value           uniform 0;
38     }
39     baffles
40     {
41         type            nutkWallFunction;
42         Cmu             0.09;
43         kappa           0.41;
44         E               9.8;
45         value           uniform 0;
46     }
47     fan_half0
48     {
49         type            cyclic;
50     }
51     fan_half1
52     {
53         type            cyclic;
54     }
55     defaultFaces
56     {
57         type            nutkWallFunction;
58         Cmu             0.09;
59         kappa           0.41;
60         E               9.8;
61         value           uniform 0;
62     }
66 // ************************************************************************* //