initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / incompressible / channelFoam / channel395 / constant / transportProperties
blob2a73da00f2d135fa5776a3567269af35f4f4ef27
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      transportProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 Ubar            Ubar [ 0 1 -1 0 0 0 0 ] ( 0.1335 0 0 );
20 transportModel  Newtonian;
22 nu              nu [ 0 2 -1 0 0 0 0 ] 2e-05;
24 CrossPowerLawCoeffs
26     nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
27     nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
28     m               m [ 0 0 1 0 0 0 0 ] 1;
29     n               n [ 0 0 0 0 0 0 0 ] 1;
32 BirdCarreauCoeffs
34     nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
35     nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
36     k               k [ 0 0 1 0 0 0 0 ] 0;
37     n               n [ 0 0 0 0 0 0 0 ] 1;
41 // ************************************************************************* //