/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
version   2.0 ;
format    ascii ;
class     dictionary ;
location  "constant" ;
object   thermophysicalProerties ;
}
// ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ //
thermoType
{
  type             hePsiThermo ;
  mixture        pureMixture ;
  transport          const ;
  thermo             hConst ;
  equationOfState   perfectGas ;
  specie              specie ;
  energy        sensibleInternalEnergy ;
}
  mixture
{
  specie
{
  nMoles        1 ;
  molWeight   28.96 ;
}
thermodynamics

{
  Cp    1004 .5 ;
  Hf    2.544 e+06;
}
transport
{
  mu 0 ;
  Pr 1 ;
}
}
// ∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗∗ //
