28 lines
795 B
C++
28 lines
795 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.water;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
|
|
viscosityModel constant;
|
|
|
|
nu 1e-06;
|
|
rho 1000;
|
|
|
|
//nu [0 2 -1 0 0 0 0] 1e-06;
|
|
//rho [1 -3 0 0 0 0 0] 1000;
|
|
|
|
// ************************************************************************* //
|