This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiphase/cavitatingFoam/throttle/constant/transportProperties
2010-09-23 14:04:10 +01:00

69 lines
2.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.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
{
nu0 nu0 [0 2 -1 0 0 0 0] -999;
nuInf nuInf [0 2 -1 0 0 0 0] -999;
k k [0 0 1 0 0 0 0] -999;
n n [0 0 0 0 0 0 0] -999;
}
}
phase2
{
transportModel Newtonian;
nu nu [0 2 -1 0 0 0 0] 4.252e-05;
rho rho [1 -3 0 0 0 0 0] 0.14;
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
{
nu0 nu0 [0 2 -1 0 0 0 0] -999;
nuInf nuInf [0 2 -1 0 0 0 0] -999;
k k [0 0 1 0 0 0 0] -999;
n n [0 0 0 0 0 0 0] -999;
}
}
// ************************************************************************* //