Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / combustionProperties
blob769755a67700197df08b8d7c92c2e2b2946a6f37
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 Cmix            Cmix [ 0 0 0 0 0 0 0 ] 1;
20 ignitionProperties1
22     ignite          on;
23     ignitionPoint   ignitionPoint [ 0 1 0 0 0 0 0 ] ( 0.2 0 0.02 );
24     timing          timing [ 0 0 1 0 0 0 0 ] 0;
25     duration        duration [ 0 0 1 0 0 0 0 ] 1;
29 // ************************************************************************* //