initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / channelFoam / channel395 / constant / LESProperties
blob6a15512c2f0f93b8ec960b97a4c719b4401fc222
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
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 printCoeffs     on;
22 delta           vanDriest;
24 cubeRootVolCoeffs
26     deltaCoeff      1;
29 PrandtlCoeffs
31     delta           cubeRootVol;
32     cubeRootVolCoeffs
33     {
34         deltaCoeff      1;
35     }
37     smoothCoeffs
38     {
39         delta           cubeRootVol;
40         cubeRootVolCoeffs
41         {
42             deltaCoeff      1;
43         }
45         maxDeltaRatio   1.1;
46     }
48     Cdelta          0.158;
51 vanDriestCoeffs
53     delta           cubeRootVol;
54     cubeRootVolCoeffs
55     {
56         deltaCoeff      1;
57     }
59     smoothCoeffs
60     {
61         delta           cubeRootVol;
62         cubeRootVolCoeffs
63         {
64             deltaCoeff      1;
65         }
67         maxDeltaRatio   1.1;
68     }
70     Aplus           26;
71     Cdelta          0.158;
74 smoothCoeffs
76     delta           cubeRootVol;
77     cubeRootVolCoeffs
78     {
79         deltaCoeff      1;
80     }
82     maxDeltaRatio   1.1;
86 // ************************************************************************* //