24 lines
1.1 KiB
C++
24 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.1 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object thermodynamicProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
rhogSat rhogSat [1 -3 0 0 0] 0.345;
|
|
rholSat rholSat [1 -3 0 0 0] 1000;
|
|
pSat pSat [1 -1 -2 0 0] 3000;
|
|
psig psig [0 -2 2 0 0] 2.5e-5;
|
|
psil psil [0 -2 2 0 0] 5.5775e-7;
|
|
|
|
|
|
// ************************************************************************* //
|