BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / windSimpleFoam / turbineSiting / 0 / nut
blob04888f6f1a04c897a28a27e5b0ee0f6d83752a5d
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
25     inlet
26     {
27         type            calculated;
28         value           uniform 0;
29     }
31     outlet
32     {
33         type            calculated;
34         value           uniform 0;
35     }
37     "terrain_.*"
38     {
39         type            nutkRoughWallFunction;
40         Ks              uniform 0.2; //Ks = 20 Z0
41         Cs              uniform 0.5;
42         value           uniform 0.0;
43     }
45     ground
46     {
47         type            calculated;
48         value           uniform 0;
49     }
51     #include "include/sideAndTopPatches"
56 // ************************************************************************* //