Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interFoam / les / nozzleFlow2D / 0 / nuTilda
blob1412999c23a9dc0bfe338e52e70afc757a885c53
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     object      nuTilda;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions      [0 2 -1 0 0 0 0];
19 internalField   uniform 0;
21 boundaryField
23     axis
24     {
25         type            empty;
26     }
28     inlet           
29     {
30         type            fixedValue;
31         value           uniform 0;
32     }
34     wall            
35     {
36         type            fixedValue;
37         value           uniform 0;
38     }
40     atmosphere      
41     {
42         type            inletOutlet;
43         inletValue      uniform 0;
44         value           uniform 0;
45     }
47     front         
48     {
49         type            wedge;
50     }
52     back         
53     {
54         type            wedge;
55     }
58 // ************************************************************************* //