initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bubbleColumn / constant / kineticTheoryProperties
blob8e549957931425cf4a9a8ecb72751fb910129ca0
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      kineticTheoryProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 kineticTheory   off;
20 equilibrium     on;
22 e               e [ 0 0 0 0 0 0 0 ] 0.9;
24 alphaMax        alphaMax [ 0 0 0 0 0 0 0 ] 0.6;
26 alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5;
28 Fr              Fr [ 1 -1 -2 0 0 0 0 ] 0.05;
30 eta             eta [ 0 0 0 0 0 0 0 ] 2;
32 p               p [ 0 0 0 0 0 0 0 ] 5;
34 phi             phi [ 0 0 0 0 0 0 0 ] 25;
36 viscosityModel  Syamlal;
38 conductivityModel HrenyaSinclair;
40 granularPressureModel Lun;
42 frictionalStressModel JohnsonJackson;
44 radialModel     Gidaspow;
46 HrenyaSinclairCoeffs
48     L               L [ 0 1 0 0 0 0 0 ] 0.0005;
52 // ************************************************************************* //