/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object particleProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // solution { active true; coupled true; transient yes; cellValueSourceCorrection off; maxCo 1.0; interpolationSchemes { rho cell; U cellPoint; mu cell; } averagingMethod dual; integrationSchemes { U Euler; } sourceTerms { schemes { U semiImplicit 0.00078; } } } constantProperties { rho0 1050; alphaMax 0.9; } subModels { particleForces { ErgunWenYuDrag { alphac alphac; } gravity; } injectionModels { model1 { type patchInjection; parcelBasisType fixed; SOI 0; patch INLET; duration 5; nParticle 1; parcelsPerSecond 110000; massTotal 2.84e-11; U0 (0 0 0); flowRateProfile constant 2.5e-8; sizeDistribution { type fixedValue; fixedValueDistribution { value 0.000001; } } } } dispersionModel none; patchInteractionModel localInteraction; localInteractionCoeffs { patches ( WALL_IN { type rebound; e 0.97; mu 0.09; } WALL_OUT { type rebound; e 0.97; mu 0.09; } LUMEN_WALL { type stick; } OUTLET { type escape; } INLET { type rebound; e 0.97; mu 0.09; } ); } heatTransferModel none; surfaceFilmModel none; packingModel implicit; explicitCoeffs { particleStressModel { type HarrisCrighton; alphaPacked 0.6; pSolid 10.0; beta 2.0; eps 1.0e-7; } correctionLimitingMethod { type absolute; e 0.9; } } implicitCoeffs { alphaMin 0.0001; rhoMin 1.0; applyLimiting true; applyGravity false; particleStressModel { type HarrisCrighton; alphaPacked 0.6; pSolid 5.0; beta 2.0; eps 1.0e-2; } } dampingModel none; isotropyModel stochastic; stochasticCoeffs { timeScaleModel { type isotropic; alphaPacked 0.6; e 0.9; } } stochasticCollisionModel none; radiation off; } cloudFunctions {} // ************************************************************************* //