34 lines
1.1 KiB
C++
34 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v1812 |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object thermophysicalProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
phases (water oil mercury air);
|
|
|
|
pMin 10000;
|
|
|
|
sigmas
|
|
(
|
|
(air water) 0.07
|
|
(air oil) 0.07
|
|
(air mercury) 0.07
|
|
(water oil) 0.07
|
|
(water mercury) 0.07
|
|
(oil mercury) 0.07
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|