BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / buoyantSimpleFoam / hotRoom / constant / thermophysicalProperties
blob0feeabba98c59f4dc54bfd297c53d24b93dac8de
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.org                      |
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 pRef            100000;
22 mixture
24     specie
25     {
26         nMoles          1;
27         molWeight       28.9;
28     }
29     thermodynamics
30     {
31         Cp              1000;
32         Hf              0;
33     }
34     transport
35     {
36         mu              1.8e-05;
37         Pr              0.7;
38     }
42 // ************************************************************************* //