ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / LESProperties
blob4751f88acbe61379d7c78cb057621cd60b5628eb
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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 delta           cubeRootVol;
22 turbulence      on;
24 printCoeffs     on;
26 oneEqEddyCoeffs
28     Prt             1;
31 cubeRootVolCoeffs
33     deltaCoeff      1;
36 PrandtlCoeffs
38     delta           cubeRootVol;
39     cubeRootVolCoeffs
40     {
41         deltaCoeff      1;
42     }
44     smoothCoeffs
45     {
46         delta           cubeRootVol;
47         cubeRootVolCoeffs
48         {
49             deltaCoeff      1;
50         }
52         maxDeltaRatio   1.1;
53     }
55     Cdelta          0.158;
58 vanDriestCoeffs
60     delta           cubeRootVol;
61     cubeRootVolCoeffs
62     {
63         deltaCoeff      1;
64     }
66     smoothCoeffs
67     {
68         delta           cubeRootVol;
69         cubeRootVolCoeffs
70         {
71             deltaCoeff      1;
72         }
74         maxDeltaRatio   1.1;
75     }
77     Aplus           26;
78     Cdelta          0.158;
81 smoothCoeffs
83     delta           cubeRootVol;
84     cubeRootVolCoeffs
85     {
86         deltaCoeff      1;
87     }
89     maxDeltaRatio   1.1;
93 // ************************************************************************* //