BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / ras / moriyoshiHomogeneous / constant / thermophysicalProperties
blobb0e763ae947a803383aa0a8ce5ba3219a8dcd4a1
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<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
20 stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.675;
22 reactants
24     specie
25     {
26         nMoles          24.8095;
27         molWeight       29.4649;
28     }
29     thermodynamics
30     {
31         Tlow            200;
32         Thigh           5000;
33         Tcommon         1000;
34         highCpCoeffs    ( 3.28069 0.00195035 -6.53483e-07 1.00239e-10 -5.64653e-15 -1609.55 4.41496 );
35         lowCpCoeffs     ( 3.47696 0.000367499 1.84866e-06 -9.8993e-10 -3.10214e-14 -1570.81 3.76075 );
36     }
37     transport
38     {
39         As              1.67212e-06;
40         Ts              170.672;
41     }
44 products
46     specie
47     {
48         nMoles          1;
49         molWeight       28.3233;
50     }
51     thermodynamics
52     {
53         Tlow            200;
54         Thigh           5000;
55         Tcommon         1000;
56         highCpCoeffs    ( 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 );
57         lowCpCoeffs     ( 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 );
58     }
59     transport
60     {
61         As              1.67212e-06;
62         Ts              170.672;
63     }
67 // ************************************************************************* //