initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / compressibleLesInterFoam / depthCharge3D / constant / LESProperties
blob130d0947d9c4402eba4cf9ee019bdd81b319ad1b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  dev                                   |
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        laminar;
19 delta           smooth;
21 laminarCoeffs
25 oneEqEddyCoeffs
27     ck               0.07;
28     ce               1.05;
31 dynOneEqEddyCoeffs
33     ce               1.05;
34     filter          simple;
37 locDynOneEqEddyCoeffs
39     ce               1.05;
40     filter          simple;
43 SmagorinskyCoeffs
45     ce               1.05;
46     ck               0.07;
49 Smagorinsky2Coeffs
51     ce               1.05;
52     ck               0.07;
53     cD2              0.02;
56 spectEddyViscCoeffs
58     ce               1.05;
59     cB               8.22;
60     cK1              0.83;
61     cK2              1.03;
62     cK3              4.75;
63     cK4              2.55;
66 dynSmagorinskyCoeffs
68     ce               1.05;
69     filter          simple;
72 mixedSmagorinskyCoeffs
74     ce               1.05;
75     ck               0.07;
76     filter          simple;
79 dynMixedSmagorinskyCoeffs
81     ce               1.05;
82     filter          simple;
85 LRRDiffStressCoeffs
87     ce               1.05;
88     ck               0.09;
89     c1               1.8;
90     c2               0.6;
93 DeardorffDiffStressCoeffs
95     ce               1.05;
96     ck               0.09;
97     cm               4.13;
100 SpalartAllmarasCoeffs
102     alphaNut         1.5;
103     Cb1              0.1355;
104     Cb2              0.622;
105     Cw2              0.3;
106     Cw3              2;
107     Cv1              7.1;
108     CDES             0.65;
109     ck               0.07;
112 cubeRootVolCoeffs
114     deltaCoeff      1;
117 PrandtlCoeffs
119     delta           cubeRootVol;
120     cubeRootVolCoeffs
121     {
122         deltaCoeff      1;
123     }
124     smoothCoeffs
125     {
126         delta           cubeRootVol;
127         cubeRootVolCoeffs
128         {
129             deltaCoeff      1;
130         }
131         maxDeltaRatio   1.1;
132     }
133     Cdelta           0.158;
136 vanDriestCoeffs
138     delta           cubeRootVol;
139     cubeRootVolCoeffs
140     {
141         deltaCoeff      1;
142     }
143     smoothCoeffs
144     {
145         delta           cubeRootVol;
146         cubeRootVolCoeffs
147         {
148             deltaCoeff      1;
149         }
150         maxDeltaRatio   1.1;
151     }
152     Aplus            26;
153     Cdelta           0.158;
156 smoothCoeffs
158     delta           cubeRootVol;
159     cubeRootVolCoeffs
160     {
161         deltaCoeff      1;
162     }
163     maxDeltaRatio   1.1;
166 kappa            0.4187;
168 wallFunctionCoeffs
170     E                9;
173 // ************************************************************************* //