/*--------------------------------*- C++ -*----------------------------------*\
|       o          |                                                          |
|    o     o       | HELYX-OS                                                  |
|   o   O   o      | Version: v2.4.0                                           |
|    o     o       | Web:     http://www.engys.com                            |
|       o          |                                                          |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version 2.0;
    format ascii;
    class dictionary;
    location constant;
    object thermophysicalProperties;
}

    materialName air;
    thermoType
    {
        type hePsiThermo;
        mixture pureMixture;
        transport const;
        thermo hConst;
        equationOfState perfectGas;
        specie specie;
        energy sensibleInternalEnergy;
    }

    mixture
    {
        specie
        {
            nMoles 1;
            molWeight 28.9;
        }

        thermodynamics
        {
            Cp 1007.0;
            Hf 0.0;
        }

        transport
        {
            mu 1.84E-5;
            Pr 0.7;
        }

        equationOfState
        {
        }

    }
