Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiphase / twoPhaseEulerFoam / bubbleColumn / constant / kineticTheoryProperties
blob339fcabbc73ac882bb236b2b78ffe716e7adcdf6
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
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               off;
19 equilibrium                 on;
21 e                           e               [ 0 0 0 0 0 0 0 ] 0.9 ;
23 alphaMax                    alphaMax        [ 0 0 0 0 0 0 0 ] 0.6 ;
25 alphaMinFriction            alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5 ;
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 ] 25.0 ;
35 viscosityModel              Syamlal;
37 conductivityModel           HrenyaSinclair;
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 // ************************************************************************* //