ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / combustion / engineFoam / kivaTest / constant / thermophysicalProperties
blob31251cce0b970ce2244ba1a7e3a5f3f9dfe7ba32
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.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      thermophysicalProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 thermoType      hhuMixtureThermo<inhomogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
20 stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.0336;
22 fuel
24     specie
25     {
26         nMoles          1;
27         molWeight       114.23;
28     }
29     thermodynamics
30     {
31         Tlow            298.15;
32         Thigh           5000;
33         Tcommon         1000;
34         highCpCoeffs    ( 19.3963 0.0488137 -1.55798e-05 2.17831e-09 -1.08391e-13 -37133.9 -78.8531 );
35         lowCpCoeffs     ( 0.429357 0.0765769 8.41306e-06 -5.86603e-08 2.79414e-11 -30446.4 25.6735 );
36     }
37     transport
38     {
39         As              1.67212e-06;
40         Ts              170.672;
41     }
44 oxidant
46     specie
47     {
48         nMoles          1;
49         molWeight       28.8504;
50     }
51     thermodynamics
52     {
53         Tlow            200;
54         Thigh           6000;
55         Tcommon         1000;
56         highCpCoeffs    ( 3.10205 0.00123963 -4.17512e-07 6.60292e-11 -3.87448e-15 -985.517 5.35187 );
57         lowCpCoeffs     ( 3.58378 -0.0007269 1.66985e-06 -1.08452e-10 -4.31951e-13 -1050.53 3.11223 );
58     }
59     transport
60     {
61         As              1.67212e-06;
62         Ts              170.672;
63     }
66 burntProducts
68     specie
69     {
70         nMoles          1;
71         molWeight       28.6068;
72     }
73     thermodynamics
74     {
75         Tlow            200;
76         Thigh           6000;
77         Tcommon         1000;
78         highCpCoeffs    ( 3.12468 0.00178578 -5.94695e-07 9.09801e-11 -5.1246e-15 -11005.8 5.03593 );
79         lowCpCoeffs     ( 3.47612 0.000758205 -3.68739e-07 1.3449e-09 -8.08868e-13 -11071.5 3.3058 );
80     }
81     transport
82     {
83         As              1.67212e-06;
84         Ts              170.672;
85     }
89 // ************************************************************************* //