updated to modern VTK
[engrid-github.git] / src / libengrid / resources / solvers / openfoam-1.5 / rhoSimpleFoam / standard / constant / thermophysicalProperties
blobf0e5bab51138312a87f4b7dd571c957b47f852d9
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
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 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
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 // ************************************************************************* //