STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / combustion / dieselFoam / aachenBomb / constant / combustionProperties
blob0a2d2bdb2ef9853b1f88b020eed445b106b86dc5
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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;
28 // ************************************************************************* //