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

thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       polynomial;
    thermo          hPolynomial;
    equationOfState icoPolynomial;
    specie          specie;
    energy          sensibleEnthalpy;
}

mixture
{
    specie
    {
        molWeight       29.881;
    }
    equationOfState
    {
        rhoCoeffs<8>    (10520.35 -1.19051 0 0 0 0 0 0);
    }
    thermodynamics
    {
        Hf              0;
        Sf              0;
        CpCoeffs<8>     (195.000035 -9.116e-3 0 0 0 0 0 0);
    }
    transport
    {
        muCoeffs<8>     (0.015551472 -4.8270519e-5 5.6414752e-8 -2.2887e-11 0 0 0 0);       
        kappaCoeffs<8>  (9.1477923 0.019631 0 0 0 0 0 0);
    }
}


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