Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicFoam / ras / nacaAirfoil / constant / thermophysicalProperties
blobce01debe83bd43c04d7498da81a7d9e828037b16
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      ePsiThermo<pureMixture<constTransport<specieThermo<eConstThermo<perfectGas>>>>>;
20 mixture
22     specie
23     {
24         nMoles          1;
25         molWeight       28.9;
26     }
27     thermodynamics
28     {
29         Cv              717.5;
30         Hf              0;
31     }
32     transport
33     {
34         mu              1.8e-05;
35         Pr              0.7;
36     }
40 // ************************************************************************* //