initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / bubbleFoam / bubbleColumn / constant / transportProperties
blob5b6ae455164a69e14574047002a166aafb162074
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 rhoa            rhoa [ 1 -3 0 0 0 0 0 ] 1;
20 rhob            rhob [ 1 -3 0 0 0 0 0 ] 1000;
22 nua             nua [ 0 2 -1 0 0 0 0 ] 1.6e-05;
24 nub             nub [ 0 2 -1 0 0 0 0 ] 1e-06;
26 da              da [ 0 1 0 0 0 0 0 ] 0.003;
28 db              db [ 0 1 0 0 0 0 0 ] 0.0001;
30 Cvm             Cvm [ 0 0 0 0 0 0 0 ] 0.5;
32 Cl              Cl [ 0 0 0 0 0 0 0 ] 0;
34 Ct              Ct [ 0 0 0 0 0 0 0 ] 1;
37 // ************************************************************************* //