Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.0.x
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoLiquidMixingFoam / lockExchange / constant / transportProperties
blob93e4c61dc880c4dcf7d219f228d06c3bb150fa35
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.x                                 |
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 Dab           Dab [0 2 -1 0 0 0 0]     1e-06;
19 alphatab      alphatab [0 0 0 0 0 0 0] 1;
21 phase1
23     transportModel  Newtonian;
24     nu              nu [0 2 -1 0 0 0 0] 1e-06;
25     rho             rho [1 -3 0 0 0 0 0] 1000;
28 phase2
30     transportModel  Newtonian;
31     nu              nu [0 2 -1 0 0 0 0] 1e-06;
32     rho             rho [1 -3 0 0 0 0 0] 990;
35 // ************************************************************************* //