initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / settlingFoam / tank3D / constant / transportProperties
blob1d92419af461960f17092422aed1d4c5ec7d7a8f
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 muc             muc [1 -1 -1 0 0 0 0] 0.00178;
19 plasticViscosityCoeff plasticViscosityCoeff [1 -1 -1 0 0 0 0] 0.00023143;
21 plasticViscosityExponent plasticViscosityExponent [0 0 0 0 0 0 0] 0.17926;
23 BinghamPlastic  on;
25 yieldStressCoeff yieldStressCoeff [1 -1 -2 0 0 0 0] 5.5469e-07;
27 yieldStressExponent yieldStressExponent [0 0 0 0 0 0 0] 95.25;
29 yieldStressOffset yieldStressOffset [0 0 0 0 0 0 0] 0;
31 rhoc            rhoc [1 -3 0 0 0 0 0] 1000;
33 rhod            rhod [1 -3 0 0 0 0 0] 1042;
35 VdjModel        simple;
37 simpleCoeffs
39     V0              V0 [0 1 -1 0 0 0 0] (0 -0.002198 0);
40     a               a [0 0 0 0 0 0 0] 8.84;
41     a1              a1 [0 0 0 0 0 0 0] 0;
42     alphaMin        alphaMin [0 0 0 0 0 0 0] 0;
45 generalCoeffs
47     V0              V0 [0 1 -1 0 0 0 0] (0 -0.0018 0);
48     a               a [0 0 0 0 0 0 0] 1e-05;
49     a1              a1 [0 0 0 0 0 0 0] 0.1;
50     alphaMin        alphaMin [0 0 0 0 0 0 0] 2e-05;
53 // ************************************************************************* //