Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / compressible / steadyCompressibleSRFFoam / bentBlade / 0 / mut
blobd0e93b6cc5b96c859db08dfd46ab0d0ccacad752
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      mut;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [1 -1 -1 0 0 0 0];
20 internalField   uniform 0;
22 boundaryField
24     inlet
25     {
26         type            calculated;
27         value           uniform 0;
28     }
29     outlet
30     {
31         type            calculated;
32         value           uniform 0;
33     }
34     blade
35     {
36         type            mutWallFunction;
37         Cmu             0.09;
38         kappa           0.41;
39         E               9.8;
40         value           uniform 0;
41     }
42     shaft
43     {
44         type            mutWallFunction;
45         Cmu             0.09;
46         kappa           0.41;
47         E               9.8;
48         value           uniform 0;
49     }
50     shroud
51     {
52         type            mutWallFunction;
53         Cmu             0.09;
54         kappa           0.41;
55         E               9.8;
56         value           uniform 0;
57     }
58     frontAndBack
59     {
60         type            cyclic;
61     }
64 // ************************************************************************* //