Merge branch 'upstream/OpenFOAM' into master
[freefoam.git] / tutorials / incompressible / channelFoam / channel395 / constant / LESProperties
blob6e4ed54b9ee5646d1133b3a8cd1462923ff3fab7
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;
85 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //