$FOAM_TUTORIALS/lagrangian/MPPICFoam/cyclone
Air flows into the cylindrical container at (-10, 0, 0) m/s through the inlet (red color in the figure below) and out through the outlet (blue color in the figure below). The total length of the calculation is 7 seconds, with particles flowing in through the inlet for 4 seconds from at time 1 second.
The physical properties of discrete particles are defined in the file "kinematicCloudProperties" in the directory "constant". The position of particle inflow, inflow start time, inflow duration, velocity, size distribution, etc. are defined in "injectionModels" of "subModels" as follows.
injectionModels { model1 { type patchInjection; massTotal 40; SOI 1; parcelBasisType mass; patchName inlet; duration 4; parcelsPerSecond 100644; U0 (-10 0 0); flowRateProfile constant 1; sizeDistribution { type normal; normalDistribution { expectation 100e-6; variance 25e-6; minValue 20e-6; maxValue 180e-6; } } } }
The meshes are as follows, and the number of mesh is 34240.
The calculation result is as follows.
13 hours 58 minutes 33.1 seconds *12 parallel, Inter(R) Core(TM) i7-2600 CPU @ 3.40GHz 3.40GHz