This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiphase/twoPhaseEulerFoam/bed2/constant/kineticTheoryProperties
2018-06-01 18:11:37 +02:00

51 lines
1.6 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object kineticTheoryProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
kineticTheory on;
equilibrium on;
e e [ 0 0 0 0 0 0 0 ] 0.8 ;
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.62 ;
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.65 ;
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 ] 0.0 ;
viscosityModel Gidaspow;
conductivityModel Gidaspow;
granularPressureModel Lun;
frictionalStressModel JohnsonJackson;
radialModel Gidaspow;
HrenyaSinclairCoeffs
{
L L [ 0 1 0 0 0 0 0 ] 5.0e-4 ;
}
// ************************************************************************* //