1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.5 |
5 | \\ / A nd | Web: http://www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object thermophysicalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermoType hThermo<pureMixture<sutherlandTransport<specieThermo<hConstThermo<perfectGas>>>>>;
18 mixture air 1 {{{DoubleLineEdit: molar mass: : 28.96}}} {{{DoubleLineEdit: specific heat at constant pressure: : 1004.5}}} 0 {{{DoubleLineEdit: Sutherland constant: : 1.458e-06}}} {{{DoubleLineEdit: Sutherland temperature: : 110.4}}};
20 // ************************************************************************* //