initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / rasCavitatingFoam / throttle / constant / thermodynamicProperties
blob39d5cf170cfd3616c094647b90a057d1469ed402
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      thermodynamicProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 barotropicCompressibilityModel    linear; //Chung;
19 psiv                              psiv       [0 -2 2 0 0]     2.5e-06;
21 rholSat                           rholSat    [1 -3 0 0 0]     830;
23 psil                              psil       [0 -2 2 0 0]     5e-07;
25 pSat                              pSat       [1 -1 -2 0 0]    4500;
27 rhoMin                           rhoMin     [1 -3 0 0 0]     0.001;
29 // ************************************************************************* //