Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / constant / PDRProperties
blobbf68f736c960c7986316158c81ac2907129ba377
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      PDRProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 PDRDragModel basic;
20 basicCoeffs
22     drag     on;
23     Csu      0.5;
24     Csk      0.05;
28 XiModel transport;
30 transportCoeffs
32     XiShapeCoef 1;
36 XiEqModel instability;
38 instabilityCoeffs
40     XiEqIn 2.5;
42     XiEqModel basicSubGrid;
44     basicSubGridCoeffs
45     {
46         XiEqModel SCOPEBlend;
48         SCOPEBlendCoeffs
49         {
50             XiEqModelL
51             {
52                 XiEqModel       Gulder;
53                 uPrimeCoef      1.0;
54                 subGridSchelkin true;
56                 GulderCoeffs
57                 {
58                     XiEqCoef   0.62;
59                 }
60             }
62             XiEqModelH
63             {
64                 XiEqModel       SCOPEXiEq;
65                 uPrimeCoef      1.0;
66                 subGridSchelkin true;
68                 SCOPEXiEqCoeffs
69                 {
70                     XiEqCoef   1.6;
71                     XiEqExp    0.33333;
72                     lCoef      0.336;
73                 }
74             }
75         }
76     }
80 XiGModel instabilityG;
82 instabilityGCoeffs
84     lambdaIn        lambdaIn   [0 1 0 0 0 0 0] 0.6;
85     GIn             GIn        [0 0 -1 0 0 0 0] 1.917;
87     XiGModel basicSubGridG;
89     basicSubGridGCoeffs
90     {
91         k1 0.5;
93         XiGModel KTS;
95         KTSCoeffs
96         {
97              GEtaCoef   0.28;
98         }
99     }
103 // ************************************************************************* //