initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / MRFSimpleFoam / mixerVessel2D / 0 / k
blob4fbca2a4cd042c3437f20eef576b9c6409485a3a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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      k;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [ 0 2 -2 0 0 0 0 ];
20 internalField   uniform 1;
22 boundaryField
24     rotor
25     {
26         type            kqRWallFunction;
27         value           uniform 0;
28     }
30     stator
31     {
32         type            kqRWallFunction;
33         value           uniform 0;
34     }
36     front
37     {
38         type            empty;
39     }
41     back
42     {
43         type            empty;
44     }
48 // ************************************************************************* //