Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / utilities / thermophysical / IFCLookUpTableGen / controlDict
blob34e14fde5d8592f2f60bc02d48af13d63686d6ba
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     note        "Calculating the IFC flamelets";
14     object      controlDict;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 fileName "SpeciesTable";
20 fuel CH4(ANHARMONIC);
21 n    1;
22 m    4;
24 fields
26     {
27         name   ft;
28         min    0.;
29         max    1.;
30         N      100;
31     }
34 output
36     {
37         name    CH4;
38     }
39     {
40         name    CO2;
41     }
42     {
43         name    H2O;
44     }
47 // ************************************************************************* //