1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object thermodynamicProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 // Note: these are the properties for a "normalised" inviscid gas
19 // for which the speed of sound is 1 m/s at a temperature of 1K
21 Cv Cv [ 0 2 -2 -1 0 0 0 ] 1.78571;
22 R R [ 0 2 -2 -1 0 0 0 ] 0.714286;
24 // ************************************************************************* //