initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / dahl / constant / transportProperties
blob99394c98e393294e407174b5517ab3d447275680
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 muc             muc [ 1 -1 -1 0 0 0 0 ] 0.00178;
20 plasticViscosityCoeff plasticViscosityCoeff [ 1 -1 -1 0 0 0 0 ] 0.00023143;
22 plasticViscosityExponent plasticViscosityExponent [ 0 0 0 0 0 0 0 ] 179.26;
24 BinghamPlastic  on;
26 yieldStressCoeff yieldStressCoeff [ 1 -1 -2 0 0 0 0 ] 0.00042189;
28 yieldStressExponent yieldStressExponent [ 0 0 0 0 0 0 0 ] 1050.8;
30 yieldStressOffset yieldStressOffset [ 0 0 0 0 0 0 0 ] 0;
32 rhoc            rhoc [ 1 -3 0 0 0 0 0 ] 996;
34 rhod            rhod [ 1 -3 0 0 0 0 0 ] 1996;
36 VdjModel        simple;
38 simpleCoeffs
40     V0              V0 [ 0 1 -1 0 0 0 0 ] ( 0 -0.002198 0 );
41     a               a [ 0 0 0 0 0 0 0 ] 285.84;
42     a1              a1 [ 0 0 0 0 0 0 0 ] 0;
43     alphaMin        alphaMin [ 0 0 0 0 0 0 0 ] 0;
46 generalCoeffs
48     V0              V0 [ 0 1 -1 0 0 0 0 ] ( 0 -0.0018 0 );
49     a               a [ 0 0 0 0 0 0 0 ] 1e-05;
50     a1              a1 [ 0 0 0 0 0 0 0 ] 0.1;
51     alphaMin        alphaMin [ 0 0 0 0 0 0 0 ] 2e-05;
55 // ************************************************************************* //