50 lines
1.7 KiB
C++
50 lines
1.7 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
|
|
| \\ / O peration | Version: 1.6-ext |
|
|
| \\ / A nd | Web: www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object kineticTheoryProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
kineticTheory off;
|
|
|
|
equilibrium on;
|
|
|
|
e e [ 0 0 0 0 0 0 0 ] 0.9 ;
|
|
|
|
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6 ;
|
|
|
|
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5 ;
|
|
|
|
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05 ;
|
|
|
|
eta eta [ 0 0 0 0 0 0 0 ] 2.0 ;
|
|
|
|
p p [ 0 0 0 0 0 0 0 ] 5.0 ;
|
|
|
|
phi phi [ 0 0 0 0 0 0 0 ] 25.0 ;
|
|
|
|
viscosityModel Syamlal;
|
|
|
|
conductivityModel HrenyaSinclair;
|
|
|
|
granularPressureModel Lun;
|
|
|
|
frictionalStressModel JohnsonJackson;
|
|
|
|
radialModel Gidaspow;
|
|
|
|
HrenyaSinclairCoeffs
|
|
{
|
|
L L [ 0 1 0 0 0 0 0 ] 5.0e-4 ;
|
|
}
|
|
|
|
// ************************************************************************* //
|