initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle3D / constant / LESProperties
blob83a10715cc8fa7101fa1a9cb45aa9d9888fbcba2
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      binary;
12     class       dictionary;
13     location    "constant";
14     object      LESProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 LESModel        oneEqEddy;
20 delta           smooth;
22 cubeRootVolCoeffs
24     deltaCoeff      1;
27 PrandtlCoeffs
29     delta           cubeRootVol;
30     cubeRootVolCoeffs
31     {
32         deltaCoeff      1;
33     }
35     smoothCoeffs
36     {
37         delta           cubeRootVol;
38         cubeRootVolCoeffs
39         {
40             deltaCoeff      1;
41         }
43         maxDeltaRatio   1.1;
44     }
46     Cdelta          0.158;
49 vanDriestCoeffs
51     delta           cubeRootVol;
52     cubeRootVolCoeffs
53     {
54         deltaCoeff      1;
55     }
57     smoothCoeffs
58     {
59         delta           cubeRootVol;
60         cubeRootVolCoeffs
61         {
62             deltaCoeff      1;
63         }
65         maxDeltaRatio   1.1;
66     }
68     Aplus           26;
69     Cdelta          0.158;
72 smoothCoeffs
74     delta           cubeRootVol;
75     cubeRootVolCoeffs
76     {
77         deltaCoeff      1;
78     }
80     maxDeltaRatio   1.1;
84 // ************************************************************************* //