ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / constant / combustionProperties
blobe530d0430caf1e821b194467e6d4fb8e4b2ebe56
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      combustionProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 laminarFlameSpeedCorrelation SCOPE;
20 fuel        Propane;
22 fuelFile    "fuels/propane.dat";
24 ignite      yes;
26 ignitionSites
29     {
30         location        (1.5 1.5 0.5);
31         diameter        0.1;
32         start           1E-05;
33         duration        0.03;
34         strength        60.0;
35     }
38 ignitionSphereFraction  1;
40 ignitionThickness   ignitionThickness [0 1 0 0 0 0 0] 0;
42 ignitionCircleFraction  0;
44 ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0;
46 // ************************************************************************* //