Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / XiFoam / les / pitzDaily / constant / thermophysicalProperties
blob22db88dfc57e2e813ed3889af3ea266894a3992c
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      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          1;
27         molWeight       29.2068;
28     }
29     thermodynamics
30     {
31         Tlow            100;
32         Thigh           5000;
33         Tcommon         1000;
34         highCpCoeffs    ( 3.20495 0.00165359 -5.55661e-07 8.62503e-11 -4.93973e-15 -1347.25 4.81241 );
35         lowCpCoeffs     ( 3.52181 -9.21936e-05 1.77427e-06 -6.2049e-10 -1.99209e-13 -1352.32 3.48856 );
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.5396;
50     }
51     thermodynamics
52     {
53         Tlow            100;
54         Thigh           5000;
55         Tcommon         1000;
56         highCpCoeffs    ( 3.10383 0.00156927 -5.22523e-07 8.06527e-11 -4.60363e-15 -6892.54 5.21744 );
57         lowCpCoeffs     ( 3.53318 7.81943e-05 5.77097e-07 6.68595e-10 -6.30433e-13 -6964.71 3.15336 );
58     }
59     transport
60     {
61         As              1.67212e-06;
62         Ts              170.672;
63     }
67 // ************************************************************************* //