/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/

specie
{
    molWeight       20;
}
transport
{
    kappa           1;
}
thermodynamics
{
    Hf              0;
    Cp              10;
}
equationOfState
{
    rho             10;
}

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