initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle3D / constant / transportProperties
blobe657a500f2b053c1ded43d690919978e60678e3e
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      binary;
12     class       dictionary;
13     location    "constant";
14     object      transportProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 mul             mul [ 1 -1 -1 0 0 ] 0.0065;
20 muv             muv [ 1 -1 -1 0 0 ] 5.953e-06;
22 twoPhase
24     transportModel  twoPhase;
25     phase1          phase1;
26     phase2          phase2;
29 phase1
31     transportModel  Newtonian;
32     nu              nu [ 0 2 -1 0 0 0 0 ] 7.831e-06;
33     rho             rho [ 1 -3 0 0 0 0 0 ] 830;
34     CrossPowerLawCoeffs
35     {
36         nu0             nu0 [ 0 2 -1 0 0 0 0 ] -999;
37         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] -999;
38         m               m [ 0 0 1 0 0 0 0 ] -999;
39         n               n [ 0 0 0 0 0 0 0 ] -999;
40     }
42     BirdCarreauCoeffs
43     {
44         nu0             nu0 [ 0 2 -1 0 0 0 0 ] -999;
45         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] -999;
46         k               k [ 0 0 1 0 0 0 0 ] -999;
47         n               n [ 0 0 0 0 0 0 0 ] -999;
48     }
51 phase2
53     transportModel  Newtonian;
54     nu              nu [ 0 2 -1 0 0 0 0 ] 4.252e-05;
55     rho             rho [ 1 -3 0 0 0 0 0 ] 0.14;
56     CrossPowerLawCoeffs
57     {
58         nu0             nu0 [ 0 2 -1 0 0 0 0 ] -999;
59         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] -999;
60         m               m [ 0 0 1 0 0 0 0 ] -999;
61         n               n [ 0 0 0 0 0 0 0 ] -999;
62     }
64     BirdCarreauCoeffs
65     {
66         nu0             nu0 [ 0 2 -1 0 0 0 0 ] -999;
67         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] -999;
68         k               k [ 0 0 1 0 0 0 0 ] -999;
69         n               n [ 0 0 0 0 0 0 0 ] -999;
70     }
74 // ************************************************************************* //