/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "chemkin";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

".*"
{
    transport
    {
        As 1.512e-06;
        Ts 120.;
    }
}

"H2"
{
    transport
    {
        As 6.362e-07;
        Ts 72.;
    }
}

"CO2"
{
    transport
    {
        As 1.572e-06;
        Ts 240.;
    }
}

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