ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / tutorials / incompressible / SRFPimpleFoam / rotor2D / 0 / k
blobd852238cb14914a8dccede9fe5e1e7fc41528f70
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
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 3.75e-3;
22 boundaryField
24     rotor
25     {
26         type            kqRWallFunction;
27         value           uniform 3.75e-3;
28     }
30     freestream
31     {
32         type            inletOutlet;
33         inletValue      uniform 3.75e-3;
34     }
36     front
37     {
38         type            empty;
39     }
41     back
42     {
43         type            empty;
44     }
48 // ************************************************************************* //