24 lines
1 KiB
Text
24 lines
1 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.7.1 |
|
||
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format binary;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object thermophysicalProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
thermoType hPsiThermo<pureMixture<sutherlandTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||
|
|
||
|
mixture air 1 28.9 1007 0 1.4792e-06 116;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|