Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / constant / transportProperties
blob9d45608a9c52a14791e9d98e08f839769a8f4d4a
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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 phasea
20     rho             rho [ 1 -3 0 0 0 ] 2500;
21     nu              nu [ 0 2 -1 0 0 ] 1e-06;
22     d               d [ 0 1 0 0 0 0 0 ] 0.0003;
25 phaseb
27     rho             rho [ 1 -3 0 0 0 ] 1.2;
28     nu              nu [ 0 2 -1 0 0 ] 1.5e-05;
29     d               d [ 0 1 0 0 0 0 0 ] 1;
32 Cvm             Cvm [ 0 0 0 0 0 ] 0;
34 Cl              Cl [ 0 0 0 0 0 ] 0;
36 Ct              Ct [ 0 0 0 0 0 ] 0;
38 alphaAlpha      alphaAlpha [ 0 0 0 0 0 ] 0;
41 // ************************************************************************* //