Files
openfoam/tutorials/bubbleFoam/bubbleColumn/constant/transportProperties
2008-04-15 18:56:58 +01:00

45 lines
1.3 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
rhoa rhoa [1 -3 0 0 0 0 0] 1;
rhob rhob [1 -3 0 0 0 0 0] 1000;
nua nua [0 2 -1 0 0 0 0] 1.6e-05;
nub nub [0 2 -1 0 0 0 0] 1e-06;
da da [0 1 0 0 0 0 0] 0.003;
db db [0 1 0 0 0 0 0] 0.0001;
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;
// ************************************************************************* //