boundaryLaunderSharma tutorial: Added nut file to specify appropriate BC to support...
[OpenFOAM-1.6.x.git] / tutorials / incompressible / boundaryFoam / boundaryLaunderSharma / 0 / nut
blob79561ea58c663e0913efc95f443b57b747446dc9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6.x                                 |
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     lowerWall
25     {
26         type            nutLowReWallFunction;
27         Cmu             0.09;
28         kappa           0.41;
29         E               9.8;
30         value           uniform 0;
31     }
32     upperWall
33     {
34         type            nutLowReWallFunction;
35         Cmu             0.09;
36         kappa           0.41;
37         E               9.8;
38         value           uniform 0;
39     }
40     frontBack
41     {
42         type            cyclic;
43         value           uniform 0;
44     }
45     defaultFaces
46     {
47         type            empty;
48     }
52 // ************************************************************************* //