Corrected the handling of the case of no transformation.
[OpenFOAM-1.5.x.git] / tutorials / XiFoam / moriyoshiHomogeneous / constant / combustionProperties
blobfbf98bdbfc9102b7cc5cb46ba296d8619fb431c9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      combustionProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 laminarFlameSpeedCorrelation Gulders;
19 fuel            Propane;
21 Su              Su [0 1 -1 0 0 0 0] 0.434;
23 SuModel         unstrained;
25 equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1;
27 sigmaExt        sigmaExt [0 0 -1 0 0 0 0] 100000;
29 XiModel         transport;
31 XiCoef          XiCoef [0 0 0 0 0 0 0] 0.62;
33 XiShapeCoef     XiShapeCoef [0 0 0 0 0 0 0] 1;
35 uPrimeCoef      uPrimeCoef [0 0 0 0 0 0 0] 1;
37 GuldersCoeffs
39     Methane
40     {
41         W               0.422;
42         eta             0.15;
43         xi              5.18;
44         alpha           2;
45         beta            -0.5;
46         f               2.3;
47     }
48     Propane
49     {
50         W               0.446;
51         eta             0.12;
52         xi              4.95;
53         alpha           1.77;
54         beta            -0.2;
55         f               2.3;
56     }
57     IsoOctane
58     {
59         W               0.4658;
60         eta             -0.326;
61         xi              4.48;
62         alpha           1.56;
63         beta            -0.22;
64         f               2.3;
65     }
68 ignite          yes;
70 ignitionSites
72     {
73         location        (0 0 0.0005);
74         diameter        0.003;
75         start           0;
76         duration        0.001;
77         strength        1;
78     }
81 ignitionSphereFraction 1;
83 ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0.001;
85 ignitionCircleFraction 0.5;
87 ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0.001;
89 // ************************************************************************* //