initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / lesInterFoam / nozzleFlow2D / constant / LESProperties
blobdab2d58091bfdea9b65e51c3349ecad6c1dbb582
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               smooth;
21 printCoeffs         on;
23 laminarCoeffs
27 oneEqEddyCoeffs
29     ck               0.07;
30     ce               1.05;
33 dynOneEqEddyCoeffs
35     ce               1.05;
36     filter          simple;
39 locDynOneEqEddyCoeffs
41     ce               1.05;
42     filter          simple;
45 SmagorinskyCoeffs
47     ce               1.05;
48     ck               0.07;
51 Smagorinsky2Coeffs
53     ce               1.05;
54     ck               0.07;
55     cD2              0.02;
58 spectEddyViscCoeffs
60     ce               1.05;
61     cB               8.22;
62     cK1              0.83;
63     cK2              1.03;
64     cK3              4.75;
65     cK4              2.55;
68 dynSmagorinskyCoeffs
70     ce               1.05;
71     filter          simple;
74 mixedSmagorinskyCoeffs
76     ce               1.05;
77     ck               0.07;
78     filter          simple;
81 dynMixedSmagorinskyCoeffs
83     ce               1.05;
84     filter          simple;
87 LRRDiffStressCoeffs
89     ce               1.05;
90     ck               0.09;
91     c1               1.8;
92     c2               0.6;
95 DeardorffDiffStressCoeffs
97     ce               1.05;
98     ck               0.09;
99     cm               4.13;
102 SpalartAllmarasCoeffs
104     alphaNut         1.5;
105     Cb1              0.1355;
106     Cb2              0.622;
107     Cw2              0.3;
108     Cw3              2;
109     Cv1              7.1;
110     Cv2              5.0;
111     CDES             0.65;
112     ck               0.07;
115 cubeRootVolCoeffs
117     deltaCoeff      1;
120 PrandtlCoeffs
122     delta           cubeRootVol;
123     cubeRootVolCoeffs
124     {
125         deltaCoeff      1;
126     }
127     smoothCoeffs
128     {
129         delta           cubeRootVol;
130         cubeRootVolCoeffs
131         {
132             deltaCoeff      1;
133         }
134         maxDeltaRatio   1.1;
135     }
136     Cdelta           0.158;
139 vanDriestCoeffs
141     delta           cubeRootVol;
142     cubeRootVolCoeffs
143     {
144         deltaCoeff      1;
145     }
146     smoothCoeffs
147     {
148         delta           cubeRootVol;
149         cubeRootVolCoeffs
150         {
151             deltaCoeff      1;
152         }
153         maxDeltaRatio   1.1;
154     }
155     Aplus            26;
156     Cdelta           0.158;
159 smoothCoeffs
161     delta           cubeRootVol;
162     cubeRootVolCoeffs
163     {
164         deltaCoeff      1;
165     }
166     maxDeltaRatio   1.1;
169 kappa            0.4187;
171 wallFunctionCoeffs
173     E                9;
176 // ************************************************************************* //