Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / combustion / XiFoam / les / pitzDaily / constant / LESProperties
blobaac79bcd3f8cf12f0361959de3f08d7c3e72ae29
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      LESProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 LESModel        oneEqEddy;
20 delta           cubeRootVol;
22 turbulence      on;
24 printCoeffs     on;
26 cubeRootVolCoeffs
28     deltaCoeff      1;
31 PrandtlCoeffs
33     delta           cubeRootVol;
34     cubeRootVolCoeffs
35     {
36         deltaCoeff      1;
37     }
39     smoothCoeffs
40     {
41         delta           cubeRootVol;
42         cubeRootVolCoeffs
43         {
44             deltaCoeff      1;
45         }
47         maxDeltaRatio   1.1;
48     }
50     Cdelta          0.158;
53 vanDriestCoeffs
55     delta           cubeRootVol;
56     cubeRootVolCoeffs
57     {
58         deltaCoeff      1;
59     }
61     smoothCoeffs
62     {
63         delta           cubeRootVol;
64         cubeRootVolCoeffs
65         {
66             deltaCoeff      1;
67         }
69         maxDeltaRatio   1.1;
70     }
72     Aplus           26;
73     Cdelta          0.158;
76 smoothCoeffs
78     delta           cubeRootVol;
79     cubeRootVolCoeffs
80     {
81         deltaCoeff      1;
82     }
84     maxDeltaRatio   1.1;
87 // ************************************************************************* //