initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interFoam / ras / damBreak / constant / transportProperties
blob42dd5a3671a18540ba443177e2c37cd734cb6707
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 twoPhase
20     transportModel  twoPhase;
21     phase1          phase1;
22     phase2          phase2;
25 phase1
27     transportModel  Newtonian;
28     nu              nu [ 0 2 -1 0 0 0 0 ] 1e-06;
29     rho             rho [ 1 -3 0 0 0 0 0 ] 1000;
30     CrossPowerLawCoeffs
31     {
32         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
33         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
34         m               m [ 0 0 1 0 0 0 0 ] 1;
35         n               n [ 0 0 0 0 0 0 0 ] 0;
36     }
38     BirdCarreauCoeffs
39     {
40         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.0142515;
41         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
42         k               k [ 0 0 1 0 0 0 0 ] 99.6;
43         n               n [ 0 0 0 0 0 0 0 ] 0.1003;
44     }
47 phase2
49     transportModel  Newtonian;
50     nu              nu [ 0 2 -1 0 0 0 0 ] 1.48e-05;
51     rho             rho [ 1 -3 0 0 0 0 0 ] 1;
52     CrossPowerLawCoeffs
53     {
54         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
55         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
56         m               m [ 0 0 1 0 0 0 0 ] 1;
57         n               n [ 0 0 0 0 0 0 0 ] 0;
58     }
60     BirdCarreauCoeffs
61     {
62         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.0142515;
63         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
64         k               k [ 0 0 1 0 0 0 0 ] 99.6;
65         n               n [ 0 0 0 0 0 0 0 ] 0.1003;
66     }
69 sigma           sigma [ 1 0 -2 0 0 0 0 ] 0.07;
72 // ************************************************************************* //