Bugfix: added mapping methods to point patch vector fields that have pointField ...
[foam-extend-4.0.git] / tutorials / multiphase / twoPhaseEulerFoam / bed2 / constant / kineticTheoryProperties
blob67345d7b8b795443c4c7d88acdb93ce4e18eda57
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     4.0                                |
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      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 ;
51 // ************************************************************************* //