Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / constant / transportProperties
blob362a20c32efa61753f3d9b92b72ef5bad7f11482
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]            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 // ************************************************************************* //