initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / lagrangian / coalChemistryFoam / simplifiedSiwek / constant / thermophysicalProperties
blob50b814b4dc87f42e913ed0d45f549bcaf809bf21
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
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      hPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
20 chemistryReader foamChemistryReader;
22 foamChemistryThermoFile "$FOAM_CASE/chemkin/foam.dat";
24 foamChemistryFile "$FOAM_CASE/chemkin/foam.inp";
26 inertSpecie     N2;
28 liquidComponents
30     H2O
33 H2O             H2O defaultCoeffs;
35 solidComponents
37     C
38     ash
41 C               C defaultCoeffs;
43 ash             ash defaultCoeffs;
46 // ************************************************************************* //