25 lines
1.1 KiB
C++
25 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.1 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object thermodynamicProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
// Note: these are the properties for a "normalised" inviscid gas
|
|
// for which the speed of sound is 1 m/s at a temperature of 1K
|
|
// and gamma = 7/5
|
|
Cv Cv [ 0 2 -2 -1 0 0 0 ] 1.78571;
|
|
R R [ 0 2 -2 -1 0 0 0 ] 0.714286;
|
|
|
|
|
|
// ************************************************************************* //
|