Merge branch 'upstream/OpenFOAM' into pu
[freefoam.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / constant / topAir / thermophysicalProperties
blobec3ceb8c397fb1f61f1161766ff625a830d423f9
1 /*------------------------------*- FOAMDict -*-------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      thermophysicalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 thermoType      hRhoThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
19 mixture         air 1 28.9 1000 0 1.8e-05 0.7;
21 // ****************** vim: set ft=foamdict sw=4 sts=4 et: ****************** //