/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
mul mul [1 -1 -1 0 0] 6.500e-03;
muv muv [1 -1 -1 0 0] 5.953e-06;
twoPhase
transportModel twoPhase;
phase1 phase1;
phase2 phase2;
phase1
transportModel Newtonian;
nu nu [0 2 -1 0 0 0 0] 7.831e-06;
rho rho [1 -3 0 0 0 0 0] 830;
CrossPowerLawCoeffs
nu0 nu0 [0 2 -1 0 0 0 0] -999;
nuInf nuInf [0 2 -1 0 0 0 0] -999;
m m [0 0 1 0 0 0 0] -999;
n n [0 0 0 0 0 0 0] -999;
BirdCarreauCoeffs
k k [0 0 1 0 0 0 0] -999;
phase2
nu nu [0 2 -1 0 0 0 0] 4.252e-05;
rho rho [1 -3 0 0 0 0 0] 0.14;
// ************************************************************************* //