initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / engineFoam / kivaTest / -180 / mut
blob4aa8e4942b0bfb542f18672c825ea3e25738e3e5
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    "-180";
14     object      mut;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     piston
25     {
26         type            mutWallFunction;
27         Cmu             0.09;
28         kappa           0.41;
29         E               9.8;
30         value           uniform 0;
31     }
32     liner
33     {
34         type            mutWallFunction;
35         Cmu             0.09;
36         kappa           0.41;
37         E               9.8;
38         value           uniform 0;
39     }
40     cylinderHead
41     {
42         type            mutWallFunction;
43         Cmu             0.09;
44         kappa           0.41;
45         E               9.8;
46         value           uniform 0;
47     }
51 // ************************************************************************* //