Merge branch 'upstream/OpenFOAM' into master
[freefoam.git] / tutorials / multiphase / interFoam / laminar / damBreak / constant / transportProperties
blobeed9dad3079a7109e246b8826510b8140d2bead2
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 phase1
20     transportModel  Newtonian;
21     nu              nu [ 0 2 -1 0 0 0 0 ] 1e-06;
22     rho             rho [ 1 -3 0 0 0 0 0 ] 1000;
23     CrossPowerLawCoeffs
24     {
25         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
26         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
27         m               m [ 0 0 1 0 0 0 0 ] 1;
28         n               n [ 0 0 0 0 0 0 0 ] 0;
29     }
31     BirdCarreauCoeffs
32     {
33         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.0142515;
34         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
35         k               k [ 0 0 1 0 0 0 0 ] 99.6;
36         n               n [ 0 0 0 0 0 0 0 ] 0.1003;
37     }
40 phase2
42     transportModel  Newtonian;
43     nu              nu [ 0 2 -1 0 0 0 0 ] 1.48e-05;
44     rho             rho [ 1 -3 0 0 0 0 0 ] 1;
45     CrossPowerLawCoeffs
46     {
47         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;
48         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
49         m               m [ 0 0 1 0 0 0 0 ] 1;
50         n               n [ 0 0 0 0 0 0 0 ] 0;
51     }
53     BirdCarreauCoeffs
54     {
55         nu0             nu0 [ 0 2 -1 0 0 0 0 ] 0.0142515;
56         nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;
57         k               k [ 0 0 1 0 0 0 0 ] 99.6;
58         n               n [ 0 0 0 0 0 0 0 ] 0.1003;
59     }
62 sigma           sigma [ 1 0 -2 0 0 0 0 ] 0.07;
64 // ********************* vim: set ft=cpp sw=4 sts=4 et: ******************** //