27 lines
1.2 KiB
Text
27 lines
1.2 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 2.3.x |
|
||
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
|*---------------------------------------------------------------------------*|
|
||
|
| File created by CFD support s.r.o., Mon Aug 17 06:22:42 2015 |
|
||
|
| http://www.cdfsupport.com |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.3;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object transportProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
transportModel Newtonian;
|
||
|
|
||
|
nu nu [ 0 2 -1 0 0 0 0 ] 1.605e-05;
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|