ThirdParty: add Zoltan 3.5 to the list of packages, but don't activate the compilatio...
[OpenFOAM-1.6-ext.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / constant / kineticTheoryProperties
blob5b310102c9a3694d194dd2ef9d2537f9f14fcd1f
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      kineticTheoryProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 kineticTheory          on;
19 equilibrium            on;
21 e                      e                  [ 0 0 0 0 0 0 0 ] 0.8 ;
23 alphaMax               alphaMax           [ 0 0 0 0 0 0 0 ] 0.62 ;
25 alphaMinFriction       alphaMinFriction   [ 0 0 0 0 0 0 0 ] 0.65 ;
27 Fr                     Fr                 [ 1 -1 -2 0 0 0 0 ] 0.05 ;
29 eta                    eta                [ 0 0 0 0 0 0 0 ] 2.0 ;
31 p                      p                  [ 0 0 0 0 0 0 0 ] 5.0 ;
33 phi                    phi                [ 0 0 0 0 0 0 0 ] 0.0 ;
35 viscosityModel         Gidaspow;
37 conductivityModel      Gidaspow;
39 granularPressureModel  Lun;
41 frictionalStressModel  JohnsonJackson;
43 radialModel            Gidaspow;
45 HrenyaSinclairCoeffs
47         L              L                   [ 0 1 0 0 0 0 0 ] 5.0e-4 ;
50 // ************************************************************************* //