Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bubbleColumn / constant / transportProperties
blob84631aaaa5a0061ce4d00ac5f04dd317aaf74b8f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.com                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      transportProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 phaseb
20     nu              nu [ 0 2 -1 0 0 0 0 ] 1e-06;
21     rho             rho [ 1 -3 0 0 0 0 0 ] 1000;
22     d               d [ 0 1 0 0 0 0 0 ] 0.0001;
25 phasea
27     nu              nu [ 0 2 -1 0 0 0 0 ] 1.6e-05;
28     rho             rho [ 1 -3 0 0 0 0 0 ] 1;
29     d               d [ 0 1 0 0 0 0 0 ] 0.003;
32 Cvm             Cvm [ 0 0 0 0 0 0 0 ] 0.5;
34 Cl              Cl [ 0 0 0 0 0 0 0 ] 0;
36 Ct              Ct [ 0 0 0 0 0 0 0 ] 1;
39 // ************************************************************************* //