adding rules missed due to .gitignore
[OpenFOAM-1.6.x.git] / tutorials / incompressible / simpleFoam / motorBike / 0 / turbulentBoundaryField
blobaa4e5eded9dfc28647b2b738d1bff13ddf17a966
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 boundaryField
11     #include "fixedInlet"
13     outlet
14     {
15         type            inletOutlet;
16         inletValue      $internalField;
17         value           $internalField;
18     }
20     lowerWall
21     {
22         type            kqRWallFunction;
23     }
25     "motorBike_.*"
26     {
27         type            kqRWallFunction;
28     }
30     #include "frontBackUpperPatches"
33 // ************************************************************************* //