initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / combustionProperties
blob3962ab92d537fec830690e128e361c16bd589d6c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
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          off;
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 // ************************************************************************* //