Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.5.x
[OpenFOAM-1.5.x.git] / tutorials / dieselFoam / aachenBomb / constant / combustionProperties
bloba038d1e7f53483461e65de1728980a828eafcc8a
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 Cmix                Cmix [ 0 0 0 0 0 0 0 ] 1.0 ;
19 ignitionProperties1
21     ignite              off;
22     ignitionPoint       ignitionPoint   [ 0 1 0 0 0 0 0 ] ( 0.2 0 0.02 ) ;
23     timing              timing          [ 0 0 1 0 0 0 0 ] 0.0e-1 ;
24     duration            duration        [ 0 0 1 0 0 0 0 ] 1.0e-0 ;
27 // ************************************************************************* //