/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object turbulenceProperties.solid; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // simulationType RAS; RAS { RASModel kineticTheory; turbulence on; printCoeffs on; kineticTheoryCoeffs { equilibrium off; e 0.91; alphaMax 0.65; alphaMinFriction 0.5; phi 26.56; residualAlpha 1e-6; viscosityModel Syamlal; conductivityModel Syamlal; granularPressureModel SyamlalRogersOBrien; frictionalStressModel Schaeffer; radialModel CarnahanStarling; JohnsonJacksonCoeffs { Fr 0.05; eta 2; p 5; phi 26.56; alphaDeltaMin 0.05; } } phasePressureCoeffs { preAlphaExp 500; expMax 1000; alphaMax 0.65; g0 1000; } SchaefferCoeffs { phi 26.56; } }