hpr-simulation/cell-simple/constant/transportProperties
2023-04-10 22:06:10 +05:00

46 lines
1.4 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 9
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phases (oil water);
water
{
transportModel Newtonian;
nu 1e-06;
rho 1000;
}
oil
{
transportModel Newtonian;
nu 1e-5; //1.48e-05;
rho 900;
}
sigma 0.046;
thetaAngle thetaAngle [0 0 0 0 0 0 0] 0;
UTranslationDirectionNbTimes UTranslationDirectionNbTimes [0 0 0 0 0 0 0] 0;
VTranslationDirectionNbTimes VTranslationDirectionNbTimes [0 0 0 0 0 0 0] 0;
WTranslationDirectionNbTimes WTranslationDirectionNbTimes [0 0 0 0 0 0 0] 0;
unitCellSize unitCellSize [0 1 0 0 0 0 0] 0;
L L [0 1 0 0 0 0 0] 0;
// ************************************************************************* //