/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 12 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "constant"; object cloudProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // type cloud; solution { coupled false; transient yes; cellValueSourceCorrection off; maxCo 0.3; interpolationSchemes { rho cell; U cellPoint; mu cell; } integrationSchemes { U Euler; } } constantProperties { rho0 2000; } subModels { particleForces { sphereDrag ; gravity ; } injectionModels { model1 { SOI 500.2; duration 3; type patchInjection; patchName inlet; U0 ( 0 -0.5 0 ); nParticle 1; parcelsPerSecond 10000; flowRateProfile constant 1; sizeDistribution { type uniform; Q 0; min 1e-06; max 0.0005; } } } dispersionModel none; patchInteractionModel stochasticDispersionRAS; localInteractionCoeffs { patches ( inlet { type rebound ; e 1 ; mu 0 ; } outlet_o { type escape ; } outlet_inl { type escape ; } wall_u { type escape ; } wall_outer { type rebound ; e 0.97 ; mu 0 ; } wall_inlet { type rebound ; e 1 ; mu 0 ; } ); } surfaceFilmModel none; stochasticCollisionModel none; } cloudFunctions { } // ************************************************************************* //