This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/constant/thermophysicalProperties
2010-09-23 14:04:10 +01:00

28 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoType hThermo<pureMixture<sutherlandTransport<specieThermo<hConstThermo<perfectGas>>>>>;
mixture
air 1 28.9 // specieThermo
1007 0 // hConstThermo
// 1.84766e-05 0.7 // constTransport - 300K
// 2.68477e-05 0.7 // constTransport - 500K
// 3.93094e-05 0.7 // constTransport - 900K
1.4792e-06 116 // sutherlandTransport (Star-CD)
// 1.4584e-06 110.33 // sutherlandTransport (European Space Agency)
;
// ************************************************************************* //