initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bubbleColumn / constant / transportProperties
blob5eff0196d52d6055bc9a14de0a00f9c93dd2cd97
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 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 // ************************************************************************* //