initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / Xoodles / pitzDaily3D / constant / LESProperties
blobfb22276165743d7d3aa7c040f30187c0c58b9095
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      LESProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 LESModel            oneEqEddy;
19 delta               cubeRootVol;
21 printCoeffs         on;
23 laminarCoeffs
27 oneEqEddyCoeffs
29     ce               1.048;
30     ck               0.094;
33 dynOneEqEddyCoeffs
35     ce               1.05;
36     filter          simple;
39 lowReOneEqEddyCoeffs
41     ck               0.07;
42     ce               1.05;
43     beta             0.01;
46 SmagorinskyCoeffs
48     ck               0.02;
49     ce               0.202;
52 DeardorffDiffStressCoeffs
54     ce               1.048;
55     ck               0.094;
56     cm               4.13;
59 cubeRootVolCoeffs
61     deltaCoeff      1;
64 PrandtlCoeffs
66     delta           cubeRootVol;
67     cubeRootVolCoeffs
68     {
69         deltaCoeff      1;
70     }
71     smoothCoeffs
72     {
73         delta           cubeRootVol;
74         cubeRootVolCoeffs
75         {
76             deltaCoeff      1;
77         }
78         maxDeltaRatio   1.1;
79     }
80     Cdelta           0.158;
83 vanDriestCoeffs
85     delta           cubeRootVol;
86     cubeRootVolCoeffs
87     {
88         deltaCoeff      1;
89     }
90     smoothCoeffs
91     {
92         delta           cubeRootVol;
93         cubeRootVolCoeffs
94         {
95             deltaCoeff      1;
96         }
97         maxDeltaRatio   1.1;
98     }
99     Aplus            26;
100     Cdelta           0.158;
103 smoothCoeffs
105     delta           cubeRootVol;
106     cubeRootVolCoeffs
107     {
108         deltaCoeff      1;
109     }
110     maxDeltaRatio   1.1;
113 kappa            0.4187;
115 wallFunctionCoeffs
117     E                9;
120 // ************************************************************************* //