Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily3D / 0 / Tu
blobd818b0373496125c1513f34f35764359ef069ecd
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.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       volScalarField;
13     location    "0";
14     object      Tu;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [ 0 0 0 1 0 0 0 ];
20 internalField   uniform 293;
22 boundaryField
24     inlet
25     {
26         type            fixedValue;
27         value           uniform 293;
28     }
29     outlet
30     {
31         type            inletOutlet;
32         inletValue      uniform 293;
33         value           uniform 293;
34     }
35     upperWall
36     {
37         type            fixedValue;
38         value           uniform 293;
39     }
40     lowerWall
41     {
42         type            fixedValue;
43         value           uniform 570;
44     }
45     front
46     {
47         type            cyclic;
48     }
49     back
50     {
51         type            cyclic;
52     }
56 // ************************************************************************* //