Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / fireFoam / les / oppositeBurningPanels / constant / thermophysicalProperties
blob75b4ff378254ea0bdfee6aa74a6ba34187999ecd
1 /*---------------------------------------------------------------------------*\
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 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version     2.0;
12     format      ascii;
13     class       dictionary;
14     location    "constant";
15     object      thermophysicalProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 thermoType hsPsiMixtureThermo<singleStepReactingMixture<gasThermoPhysics>>;
21 inertSpecie N2;
23 fuel        C3H8;
25 chemistryReader foamChemistryReader;
27 foamChemistryFile "$FOAM_CASE/constant/reactions";
29 foamChemistryThermoFile "$FOAM_CASE/constant/thermo.compressibleGas";
32 // ************************************************************************* //