Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiphase / twoPhaseEulerFoam / bed / constant / transportProperties
blob9ca0c39fd6757194320fbf39b585a644144dd0cb
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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]        2640;
24     nu                      nu                  [0 2 -1 0 0]        1.0e-6;
25     d                       d                   [0 1 0 0 0 0 0]     480.0e-6;
28 // air
29 phaseb
31     rho                     rho                 [1 -3 0 0 0]        1.28;
32     nu                      nu                  [0 2 -1 0 0]        1.328e-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 // ************************************************************************* //