Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / verticalChannel / constant / thermo.incompressiblePoly
blob81aa897e7c8718008956739f231603d0e37d12cf
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.incompressiblePoly;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20     specie
21     {
22         nMoles          1;
23         molWeight       28.0134;
24     }
25     equationOfState
26     {
27         rhoCoeffs<8>    ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
28     }
29     thermodynamics
30     {
31         Hf              0;
32         Sf              0;
33         CpCoeffs<8>     ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
34     }
35     transport
36     {
37         muCoeffs<8>     ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
38         kappaCoeffs<8>  ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
39     }
42 H2O
44     specie
45     {
46         nMoles          1;
47         molWeight       18.0153;
48     }
49     equationOfState
50     {
51         rhoCoeffs<8>    ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
52     }
53     thermodynamics
54     {
55         Hf              -13423000;
56         Sf              10482;
57         CpCoeffs<8>     ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
58     }
59     transport
60     {
61         muCoeffs<8>     ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
62         kappaCoeffs<8>  ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
63     }
66 air
68     specie
69     {
70         nMoles          1;
71         molWeight       28.85;
72     }
73     equationOfState
74     {
75         rhoCoeffs<8>    ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
76     }
77     thermodynamics
78     {
79         Hf              0;
80         Sf              0;
81         CpCoeffs<8>     ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
82     }
83     transport
84     {
85         muCoeffs<8>     ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
86         kappaCoeffs<8>  ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
87     }
91 // ************************************************************************* //