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

thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       sutherland;
    thermo          janaf;//hConst;//hPolynomial
    equationOfState perfectGas;//icoPolynomial;
    specie          specie;
    energy          sensibleEnthalpy;
}

mixture
{
    // Air

    specie
    {
	//nMoles		1;
        molWeight       28.9647;
    }
   // equationOfState
   // {
   //     rhoCoeffs<8>             (8.78552 -7.54226e-2 2.69671e-4 -3.428e-7 0 0 0 0);
  //  }
    thermodynamics
    {
        //CpCoeffs<8>              (1178.8 -2.8765 1.8105e-2 -5.1e-5 5.4e-8 0 0 0);
        Tlow            290;
        Thigh           3500;
        Tcommon         1000;
        highCpCoeffs    ( 3.0013785464 0.0014869500554 -6.0826904049e-07 1.2375541675e-10 -9.886220964e-15 -957.5863042 5.8697956909 );
        lowCpCoeffs     ( 3.4002706656 0.0004831957424 -1.0630119579e-06 2.4237248811e-09 -1.2502517023e-12 -1029.9390686 3.8889057833 );
        //Cp		 1000;
       // Hf              0;
        //Sf               0;
    }
    transport
    {
        //muCoeffs<8>              (3.2575e-5 -7.56163e-7 7.47253e-9 -2.86507e-11 3.89067e-14 0 0 0);
        As		1.4584e-6;
        Ts		110.4;
        
        //PrCoeffs<8>              (0.80040 -0.00031 0 0 0 0 0 0);
        //kappaCoeffs<8>        (-3.06e-4 9.89089e-5 -3.46571e-8 0 0 0 0 0);
    }
}

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