Files
openfoam/tutorials/multiphase/bubbleFoam/bubbleColumn/constant/transportProperties
2010-06-23 16:54:54 +01:00

38 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
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;
// ************************************************************************* //