Files
openfoam/tutorials/twoPhaseEulerFoam/bubbleColumn/constant/transportProperties
2008-06-16 12:49:38 +01:00

49 lines
1.4 KiB
Plaintext

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
root "";
case "";
instance "";
local "";
class dictionary;
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// water
phaseb
{
nu nu [0 2 -1 0 0 0 0] 1.0e-06;
rho rho [1 -3 0 0 0 0 0] 1000.0;
d d [0 1 0 0 0 0 0] 0.0001;
}
// air
phasea
{
nu nu [0 2 -1 0 0 0 0] 1.6e-05;
rho rho [1 -3 0 0 0 0 0] 1.0;
d d [0 1 0 0 0 0 0] 0.003;
}
Cvm Cvm [0 0 0 0 0 0 0] 0.5;
Cl Cl [0 0 0 0 0 0 0] 0;
Ct Ct [0 0 0 0 0 0 0] 1.0;
// ************************************************************************* //