Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / constant / transportProperties
blob4a27096fac7cce091295ab62b11ff586048798aa
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      transportProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 mul         mul   [1 -1 -1 0 0]   6.500e-03;
18 muv         muv   [1 -1 -1 0 0]   5.953e-06;
20 twoPhase
22     transportModel  twoPhase;
23     phase1          phase1;
24     phase2          phase2;
27 phase1
29     transportModel  Newtonian;
30     nu              nu [0 2 -1 0 0 0 0] 7.831e-06;
31     rho             rho [1 -3 0 0 0 0 0] 830;
32     CrossPowerLawCoeffs
33     {
34         nu0             nu0 [0 2 -1 0 0 0 0] -999;
35         nuInf           nuInf [0 2 -1 0 0 0 0] -999;
36         m               m [0 0 1 0 0 0 0] -999;
37         n               n [0 0 0 0 0 0 0] -999;
38     }
39     BirdCarreauCoeffs
40     {
41         nu0             nu0 [0 2 -1 0 0 0 0] -999;
42         nuInf           nuInf [0 2 -1 0 0 0 0] -999;
43         k               k [0 0 1 0 0 0 0] -999;
44         n               n [0 0 0 0 0 0 0] -999;
45     }
48 phase2
50     transportModel  Newtonian;
51     nu              nu [0 2 -1 0 0 0 0] 4.252e-05;
52     rho             rho [1 -3 0 0 0 0 0] 0.14;
53     CrossPowerLawCoeffs
54     {
55         nu0             nu0 [0 2 -1 0 0 0 0] -999;
56         nuInf           nuInf [0 2 -1 0 0 0 0] -999;
57         m               m [0 0 1 0 0 0 0] -999;
58         n               n [0 0 0 0 0 0 0] -999;
59     }
60     BirdCarreauCoeffs
61     {
62         nu0             nu0 [0 2 -1 0 0 0 0] -999;
63         nuInf           nuInf [0 2 -1 0 0 0 0] -999;
64         k               k [0 0 1 0 0 0 0] -999;
65         n               n [0 0 0 0 0 0 0] -999;
66     }
69 // ************************************************************************* //