initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / twoPhaseEulerFoam / bed2 / constant / transportProperties
blob02e67fa12aa89f67c4d303381b35ceb487a84a12
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      transportProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 // a is the discrete phase and 
18 // b is the continuous phase
20 // sand
21 phasea
23         rho                     rho                     [1 -3 0 0 0]            2500;
24         nu                      nu                      [0 2 -1 0 0]            1.0e-6;
25         d                       d                       [0 1 0 0 0 0 0]         300.0e-6;
28 // air
29 phaseb
31         rho                     rho                     [1 -3 0 0 0]            1.2;
32         nu                      nu                      [0 2 -1 0 0]            1.5e-5;
33         d                       d                       [0 1 0 0 0 0 0]         1.0;
36 Cvm                      Cvm                [0 0 0 0 0]   0.0;
37 Cl                       Cl                 [0 0 0 0 0]   0.0;
38 Ct                       Ct                 [0 0 0 0 0]   0.0;
39 alphaAlpha               alphaAlpha         [0 0 0 0 0]   0.0;
41 // ************************************************************************* //