27 lines
1.2 KiB
Text
27 lines
1.2 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.6 |
|
||
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object thermophysicalProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
thermoType ePsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||
|
|
||
|
// 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
|
||
|
mixture normalisedGas 1 11640.31 2.5 0 0 1;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|