Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / rhoPimpleFoam / ras / cavity / constant / thermophysicalProperties
blobe499c8077dc7819bf79973bc05bb82f0a1fc8c94
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      thermophysicalProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 thermoType      hPsiThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
20 mixture
22     specie
23     {
24         nMoles      1;
25         molWeight   28.9;
26     }
27     thermodynamics
28     {
29         Cp          1007;
30         Hf          0;
31     }
32     transport
33     {
34         mu          1.84e-05;
35         Pr          0.7;
36     }
40 // ************************************************************************* //