Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object limestoneCloud1Properties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
solution
{
active true;
coupled true;
interpolationSchemes
{
rho cell;
integrationSchemes
{
U Euler;
parcelTypeId 2;
rho0 2500;
T0 300;
epsilon0 1;
f0 0.5;
sphereDrag;
gravity;
injectionModels
{
model1
{
type manualInjection;
massTotal 0.0001;
parcelBasisType mass;
SOI 0;
positionsFile "limestonePositions";
Henry Weller
committed
U0 (0 0 0);
sizeDistribution
{
type RosinRammler;
RosinRammlerDistribution
{
minValue 5e-06;
maxValue 0.000565;

Ian Cowan
committed
lambda 4.8e-05;
dispersionModel stochasticDispersionRAS;
patchInteractionModel standardWallInteraction;
radiation on;
{
type rebound;
e 1;
mu 0;
}
RanzMarshallCoeffs
{
BirdCorrection false;
}
// ************************************************************************* //