Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / reactingFoam / ras / counterFlowFlame2D / constant / thermo.compressibleGas
blob1d7ef7a02d493c28e2b9a1b9e7beb253567515b4
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.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      thermo.compressibleGas;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     specie
21     {
22         nMoles          1;
23         molWeight       31.9988;
24     }
25     thermodynamics
26     {
27         Tlow            200;
28         Thigh           5000;
29         Tcommon         1000;
30         highCpCoeffs    ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
31         lowCpCoeffs     ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
32     }
33     transport
34     {
35         As              1.67212e-06;
36         Ts              170.672;
37     }
40 H2O
42     specie
43     {
44         nMoles          1;
45         molWeight       18.0153;
46     }
47     thermodynamics
48     {
49         Tlow            200;
50         Thigh           5000;
51         Tcommon         1000;
52         highCpCoeffs    ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
53         lowCpCoeffs     ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
54     }
55     transport
56     {
57         As              1.67212e-06;
58         Ts              170.672;
59     }
62 CH4
64     specie
65     {
66         nMoles          1;
67         molWeight       16.0428;
68     }
69     thermodynamics
70     {
71         Tlow            200;
72         Thigh           6000;
73         Tcommon         1000;
74         highCpCoeffs    ( 1.63543 0.0100844 -3.36924e-06 5.34973e-10 -3.15528e-14 -10005.6 9.9937 );
75         lowCpCoeffs     ( 5.14988 -0.013671 4.91801e-05 -4.84744e-08 1.66694e-11 -10246.6 -4.64132 );
76     }
77     transport
78     {
79         As              1.67212e-06;
80         Ts              170.672;
81     }
84 CO2
86     specie
87     {
88         nMoles          1;
89         molWeight       44.01;
90     }
91     thermodynamics
92     {
93         Tlow            200;
94         Thigh           5000;
95         Tcommon         1000;
96         highCpCoeffs    ( 4.45362 0.00314017 -1.27841e-06 2.394e-10 -1.66903e-14 -48967 -0.955396 );
97         lowCpCoeffs     ( 2.27572 0.00992207 -1.04091e-05 6.86669e-09 -2.11728e-12 -48373.1 10.1885 );
98     }
99     transport
100     {
101         As              1.67212e-06;
102         Ts              170.672;
103     }
108     specie
109     {
110         nMoles          1;
111         molWeight       28.0134;
112     }
113     thermodynamics
114     {
115         Tlow            200;
116         Thigh           5000;
117         Tcommon         1000;
118         highCpCoeffs    ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
119         lowCpCoeffs     ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
120     }
121     transport
122     {
123         As              1.67212e-06;
124         Ts              170.672;
125     }
129 // ************************************************************************* //