Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily3D / 0 / alphaSgs
blobe3b99b3930a12a2e3cc8b708310413f57e9a1f6b
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      alphaSgs;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 dimensions      [ 1 -1 -1 0 0 0 0 ];
20 internalField   uniform 0;
22 boundaryField
24     inlet
25     {
26         type            zeroGradient;
27     }
28     outlet
29     {
30         type            zeroGradient;
31     }
32     upperWall
33     {
34         type            alphaSgsJayatillekeWallFunction;
35         hs              h;
36         value           uniform 0;
37     }
38     lowerWall
39     {
40         type            alphaSgsJayatillekeWallFunction;
41         hs              h;
42         value           uniform 0;
43     }
44     front
45     {
46         type            cyclic;
47     }
48     back
49     {
50         type            cyclic;
51     }
55 // ************************************************************************* //