/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
    type            hePsiThermo;
    mixture         reactingMixture; //singleStepReactingMixture;
    transport       sutherland;
    thermo          janaf;
    energy          sensibleEnthalpy;
    equationOfState perfectGas;
    specie          specie;
}

inertSpecie AR;

chemistryReader foamChemistryReader;

foamChemistryFile "$FOAM_CASE/constant/kineticMechanisms/H2chemMevelRedOFreactions";
//foamChemistryThermoFile "$FOAM_CASE/constant/kineticMechanisms/H2chemMevelOFtherm_inviscid";
foamChemistryThermoFile "$FOAM_CASE/constant/kineticMechanisms/H2chemMevelRedOFtherm_inviscid";

//CHEMKINFile                 "$FOAM_CASE/constant/SphereUpdatedChem.inp";
//CHEMKINThermoFile           "$FOAM_CASE/constant/SphereUpdatedTherm.dat";

//inertSpecie                 BL;

// ************************************************************************* //
