Upgrade case file headers
[foam-extend-3.2.git] / tutorials / compressible / dbnsTurbFoam / naca0012 / 0 / mut
blobd4d903957421b6f053ba11ae63a0aa094a476a4a
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     wall
25     {
26         type            mutWallFunction;
27         Cmu             0.09;
28         kappa           0.41;
29         E               9.8;
30         value           uniform 0;
31     }
32     pressure-far-field-1
33     {
34         type            calculated;
35         value           uniform 0;
36     }
37     frontAndBackPlanes
38     {
39         type            empty;
40     }
43 // ************************************************************************* //