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

27 lines
788 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 10
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "constant";
object physicalProperties.oil;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
viscosityModel constant;
nu 1e-5;
rho 900;
//nu [0 2 -1 0 0 0 0] 1e-5;
//rho [1 -3 0 0 0 0 0] 900;
// ************************************************************************* //