Next Article in Journal
Design and Analysis of the High-Speed Underwater Glider with a Bladder-Type Buoyancy Engine
Next Article in Special Issue
Temperature Prediction of a Temperature-Controlled Container with Cold Energy Storage System Based on Long Short-Term Memory Neural Network
Previous Article in Journal
System for Indoor Comfort and Health Monitoring Tested in Office Building Environment
Previous Article in Special Issue
A Non-Destructive Measurement of Trunk Moisture Content in Living Trees Based on Multi-Sensory Data Fusion
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Simulation Method for Layered Filling of Grain Piles Based on the Discrete Element Method

School of Thermal Engineering, Shandong Jianzhu University, Jinan 250101, China
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2023, 13(20), 11347; https://doi.org/10.3390/app132011347
Submission received: 16 September 2023 / Revised: 10 October 2023 / Accepted: 11 October 2023 / Published: 16 October 2023
(This article belongs to the Special Issue State-of-the-Art Agricultural Science and Technology in China)

Abstract

:
The Discrete Element Method (DEM) has been widely employed to investigate the behavior of particle systems at a macroscopic scale. However, effectively simulating the gradual filling of bulk cereal grains within silos using the DEM remains a formidable challenge due to time constraints. Thus, there is a critical need to develop a simplified model capable of substantially reducing the computational time required for simulating cereal grain accumulation. This study introduces a Layered Filling Method (LFM) designed to expedite the computational process for cereal grain piles within silos. By utilizing particle kinetic energy as a specific criterion, this model identifies particles as stable situations when their kinetic energy drops below a designated threshold. Throughout the filling process, lower particles that were judged to satisfy the condition of stability are isolated, forming sub-heaps that are exempt from persistent detection. The whole particle heap is subsequently segregated into multiple sub-piles and a main pile till the process’s culmination, and these divisions are merged back together. In order to validate the model’s feasibility and accuracy, a comparative analysis was performed on the characteristics of the porosity and airflow patterns of grain piles generated using the LFM and the progressive filling method (PFM), respectively. The research results indicate that there is a marginally higher porosity value in the grain pile simulated by the LFM in comparison to the PFM. However, the average relative error remains below 5.00%. Both the LFM and PFM exhibit a similar spiral upward trend in the simulated airflow paths. Notably, the LFM demonstrates a substantial reduction in the time required to construct grain piles.

1. Introduction

The DEM serves as a potent tool for investigating particle behavior and extracting insights from grain piles. The DEM has been widely used for investigating pore structure within grain piles in agriculture, analyzing grain drying processes, studying particle flow from silos, and optimizing associated equipment [1,2,3]. However, during the process of grain accumulation in a silo, the sheer quantity of particles can reach tens of millions or even billions. Due to the computational cost of directly simulating the process of filling a silo with grain particles by the DEM becoming so computationally expensive, it is difficult or practically impossible to complete large-scale simulations within a reasonable period of time. The computational expense associated with directly simulating the grain storage filling process using the DEM becomes prohibitively high.
To reduce computational costs, researchers have put forth an array of methods. One approach is to accelerate simulations. With the advancements in high-performance computing based on Graphics Processing Units (GPU) [4,5,6,7,8] and improvements in parallel performance [9,10], an increasing number of scientific and industrial fields have adopted GPU acceleration solutions in recent years [11,12]. Najafi-Sani and Mansourpour introduced a GPU-based simulation approach for simulating systems with wide size distributions and multiple dispersed particles, which has been successfully applied to simulate grain unloading in granaries [12].
Another approach to reduce computation costs is to simplify the DEM, which involves modifying the geometric and physical properties of the simulated particles. Some researchers have employed the technique of modifying particle sizes to decrease the overall number of particles that are required for computation [13,14,15], thus enabling longer time steps. Washino explored the effectiveness of the Scale-Up Particle (SUP) model in reducing computational requirements [16]. The number of particles to be considered is reduced by scaling them up proportionally when the occupied space is much larger than that occupied by the particles under investigation. Additionally, other researchers have simplified the model by altering particle properties rather than the sizes or shapes [17,18,19]. He achieved accelerated simulation speed by reducing the stiffness of particles in additive manufacturing simulations [20]. For some simulations, another way to reduce the computation cost is to simplify the generation process of the particles under study. González-Montellano analyzed the differences between the PFM and the global filling method. The PFM that simulates the actual particle storage process is closer to reality than the mass filling method [21].
While the aforementioned methods have been adopted to reduce computational costs, the simulation cost of a huge grain pile in a silo still exceeds the acceptable time range. Consequently, reliance on empirical formulas for porosity distribution in ventilation simulations has become prevalent [22,23]. This method is simple and reliable to implement, but at the same time, it causes obvious deviations from the actual situation. If reducing the calculation cost of the DEM is available, it is possible to apply almost the real porosity distribution in the ventilation simulation of large granaries. To address the challenge of reducing computational burden in simulating grain particle accumulation within silos, this study introduces the Layered Filling Method (LFM). The overall thinking of this method is that the particles can be considered stable when the kinetic energy is below a certain threshold. As the filling procedure advances, particles meeting the stability criteria are segregated into sub-piles when the piles reach a designated height; this can obviate further involvement in computations and effectively diminish computational expenses. To substantiate the feasibility and accuracy of this method, differences in porosity distribution and airflow tortuosity obtained from various approaches were analyzed, and air path characteristics were also discussed.

2. Materials and Methods

2.1. DEM Formulation

The DEM approach uses Newton’s second law to solve particle motion states and forces, which was first described by Cundall and Strack [24]. The motion of individual particles is determined using Equations (1) and (2).
m i d v i d t = j F n i j + F t i j + m i g
I i d ω i d t = j R i + F t i j + τ r i j
where m i , v i , I i , ω i , and R i are the mass, linear velocity, moment of inertia, angular velocity, and particle radius i, respectively, k g , m / s , k g m 2 , and r a d / s . F n i j , F t i j , and τ r i j are the normal and tangential forces and the torque between the particles i and j , respectively, N , N , and N m .
Hertzian contact theory has been widely applied in DEM simulations involving various agricultural grains. In this study, the non-linear Hertz–Mindlin contact model [2] was chosen. The expressions for normal contact force F n and damping normal force F n d acting between two contacting spheres are expressed as follows:
F n = 4 3 R * δ n 3 / 2
F n d = 2 5 6 β S n m * v r e l n
where parameter definitions are shown in Table 1. For more details, please refer to reference [25].

2.2. Layered Filling Method

In DEM simulations, a significant amount of computational time is dedicated to particle collision detection [26]. The objective of this algorithm is to reduce collision detection and optimize computation time. Drawing upon the Janssen effect [27,28,29], when a grain pile reaches a certain height, the influence of further filling at that height on the lower part of the pile can be disregarded. As a result, the need for contact detection during the calculation process can be reduced. The removed section of the pile is referred to as a sub-pile, while the remaining section is referred to as the main pile. The entire Implementation process is shown in Figure 1.
The typical DEM simulation loop can be summarized as follows: collision detection, solving interactions, updating, and miscellaneous tasks [30]. The LFM, as depicted in Figure 2, operates between the updating and miscellaneous tasks. The specific steps of the LFM are outlined below:
  • At intervals, the LFM traverses all particle properties and labels particles that meet kinetic energy conditions. It marks particles that meet specified criteria (such as Kinetic energy);
  • Once all particles within a certain range surrounding a labeled particle have been labeled, this particle is considered to be stable;
  • The highest-positioned particle is located, and particles below this position are separated to form a sub-pile. The base of the pile consists of a static particle surface formed by the upper layer of particles from the former sub-pile;
  • After the piling process, the sub-piles are merged with the main pile and gravity settling is allowed until the imbalance forces meet the predetermined requirements.
Kinetic energy can reflect the motion state of particles. In this study, kinetic energy is selected as the criterion for determining particle stability. Kinetic energy can reflect the motion state of particles to some extent. Subsequently, the particles within a specific range surrounding the labeled particles need to be examined. To accomplish this, a simplified search algorithm proposed by Murotani is utilized [31], which leverages GPU acceleration for faster computations. The following illustrates how the algorithm divides the computational domain into multiple buckets with defined widths based on Equation (5):
l b = c b × r m a x
where c b is a coefficient of bucket width determined by particle movement and r m a x is the radius of the maximum particle.
Figure 3 illustrates the process of determining the state of particles. The solid wireframes represent particles allocated to different block areas. When searching for neighboring particles, the search group is limited to particles within nearby bins, thereby enhancing search efficiency. For example, to determine whether the red particle in Figure 3a is in a stable state, it is necessary to determine whether the particle itself and the particles around it that can affect its state are also in a stable or quasi-stable state. The involved block areas are the block areas where the particle is located, as shown in Figure 3a, and the other 8 block areas surrounding it. In order to minimize the cost of calculation required, the specific search scope is limited to a square area with the judged particle as the center, which spans one block length both in the positive and negative directions, respectively, in the horizontal and vertical directions, and the area is marked by the dashed line box as shown in Figure 3a. If the judged particle is located at the boundary of the total calculation zone, the search area will be adjusted according to the position of the particle based on the shape of the blue particle area in Figure 3a, just as shown in Figure 3b. When all particles within a specific range around the marked particles meet the stability conditions, the marked particles can be considered in a stable state.
Figure 4a shows the specific process of step 3, where the blue color represents particles that have reached the stability condition. In Figure 4a, for the red particle P indicated by the arrow, there are no particles within a certain range (as indicated by the dashed circle) that meet the criteria. This particle is considered to be in a false stable state and will be removed from the marking in the subsequent calculations.
In order to form a relatively flat particle surface, a stable particle surface is established when a certain number of stable particles reach a specific height. In the subsequent processing, the particles within this plane that do not meet the stability condition will be regarded as stable. As depicted in yellow in Figure 4a, all particles comprising this plane will be deemed to satisfy the stability condition in the subsequent processing.
Process 2 in Figure 4a illustrates the process of segregating stable particles from the particle pile. The blue particles that meet the stability condition are separated to form a sub-pile, with the upper layer of particles from this sub-pile serving as the supporting surface for the main pile. To prevent smaller particles within the main pile from permeating through the supporting surface due to pressure, it may be necessary to increase the thickness of the particle surface, as the green particles show in Figure 4b. This necessitates a minimum height ( H m i n ) requirement for the sub-pile, ensuring that the sub-pile has a sufficient height to construct an appropriate particle surface.
In step 4, Figure 5 illustrates the process of merging three sub-piles into a single pile. The most important thing in the separation process is to identify whether the combinations of stabilizer particles, which are called sub-piles, are separated, and the topmost particle plane of a sub-pile combination forms the established stable foundation for the particle pile that needs to be continued to accumulate. As illustrated in Figure 5, the particle planes circled by the same dotted box in Sub-pile 1 and Sub-pile 2 are actually the same plane. Similarly, this duplication of particle planes is observed between Sub-pile 2 and Sub-pile 3. Consequently, when merging the individual sub-particle piles, it becomes imperative to eliminate duplicate particles. At the same time, due to the method of layered successive stacking, the effect of compression caused by dead weight and other sub-piles has not been fully considered in the result of the merged particle pile, so gravity deposition is required until the ratio of the unbalanced force of the particles is reduced to below 0.01 [32].

2.3. Materials and Parameters

There are two primary approaches for determining parameter values: the direct measurement method and the parameter calibration method [33,34]. Due to the challenges associated with direct measurement, researchers often rely on the parameter calibration method to obtain the necessary material properties for DEM simulations. This process involves iteratively adjusting the attribute values used in the simulation to match the observed macroscopic behavior and achieve similar material properties.
In this study, a small, galvanized steel silo with a flat shape was chosen for analysis. The soil inside the silo has a vertical height (H) of 1000 mm and a diameter (D) of 100 mm, as depicted in Figure 6. To simplify the model, a single spherical particle is employed to represent soybeans, and the material properties of both the soybeans and the silo are presented in Table 2. It is worth noting that the particle diameter distribution range is from 5.5 mm to 7.5 mm, as reported by Yuey [35].
In this study, four cases with distinct kinetic energy values are employed as evaluation metrics for particle stability, and they are compared with the case of the PFM (D1). In order to simplify the analysis, the impact of different kinetic energy values on the surrounding particles is not taken into account. The search range is confined to ten times the diameter of the largest particle, and the grain pile is examined at intervals of 0.75 s. The desired stacking height is set at 900 mm. The parameters for each scenario are outlined in Table 3.

3. Results and Discussion

Figure 7 depicts the comprehensive process of the LFM. As the stacking process proceeds, a stable particle pile is continuously separated to form three sub-piles (Figure 7a–c) and the main pile, where the black areas represent the fixed particle planes, which are composed of the same particles at nearly the same height. It can be seen in Figure 7b–d that there are bottom particle planes to support the accumulation body. As shown in Figure 5, this layer of particles is the top particle plane of the lower sub-pile and the bottom particle plane of the upper sub-pile concurrently, and it is necessary to ensure that those particles are not double-counted when merging all sub-piles into an entire pile. Once the main pile is fully constructed (Figure 7d), the three sub-piles are combined with the main pile and then undergo gravity settling together, leading to a tightly stacked particle pile, as seen in Figure 7e.

3.1. Porosity Distribution and Tortuosity

The distribution of porosity is of significant importance for studying the ventilation system of grain piles. Typically, in the design of ventilation schemes, the porosity follows a specific curve. However, in actual grain piles, the porosity may exhibit local variations due to different stacking methods. Therefore, it is necessary to simulate grain piles using the DEM to obtain an approximate distribution of porosity.
Figure 8 illustrates the porosity distribution and error distribution of grain piles under different conditions. Due to the relatively large aspect ratio of the silo, the frictional forces on the silo walls result in minimal variation in porosity along the height direction. Simultaneously, the presence of dead corners at the bottom of the silo leads to an increased porosity in the lower part. In comparison to the PFM, the grain pile simulated using the LFM model exhibits slightly higher porosity. As the stability conditions of the particles decrease, the porosity gradually approaches that of the direct method, maintaining a consistent overall trend.
Based on Figure 8b, it is apparent that C2 exhibits the highest error at a height of 800 mm, reaching a maximum value of 1.14%. The average relative errors for the four cases are 3.05%, 4.56%, 2.93%, and 3.12%, respectively, all of which fall below 5.00%. Hence, it can be concluded that the influence of the LFM on porosity can be deemed negligible.
Tortuosity is an extensively employed key parameter to predict the transport characteristics of porous media and represents the airflow resistance within grain piles. To compare the variations in tortuosity under different conditions, three points were randomly selected at the bottom of the grain pile ((0, 0, 0), (0.015 m, 0, 0), and (0, −0.028 m, 0)) as the air entry points (AEPs). It is important to note that the AEP should be sufficiently distant from the vertical wall to minimize the impact of wall effects on the results.
As depicted in Figure 8, the most significant variation in porosity primarily occurs below the 800 mm mark. Hence, Table 4 provides the length and tortuosity of the widest airflow path below this level. It is apparent that different AEPs yield distinct airflow paths. Among the three airflow paths observed under various operational conditions, the majority exhibit widths ranging from 2 mm to 3 mm, consistent with the findings of Yue [35]. The longest path measures 1462.18 mm, while the shortest path measures 1357.13 mm.
Based on the relative error variations of tortuosity, as shown in Table 5, it is evident that tortuosity is influenced not only by the stability parameters but also by the position of the air inlet. The closer the air inlet is to the central position of the grain pile, the greater the impact of stability parameter accuracy on the tortuosity. In the case of AEP 2, C3 outperforms the others. Overall, the test conditions demonstrate smaller errors compared to D1.

3.2. Air Path Characteristics

To explore the factors influencing the disparity in tortuosity, this section specifically examines the C4 condition. Figure 9 showcases the simulated airflow path of AEP 1 in C4 using particles, where red denotes C4 and black represents D1. In Figure 9a, it is apparent that the airflow paths of AEP 1 in C4 and D1 exhibit overlapping trends at the inlet. However, as the paths extend, they gradually diverge and become nearly parallel to each other. It can also be observed that the tortuous characteristics of the two airflow paths formed by the particles constituting are roughly similar.
It is important to highlight that along the Z-axis, the two airflow paths progressively diverge and take on parallel trajectories until they converge at the outlet (Figure 9b). As depicted in Figure 9c, the simulated airflow paths display a spiral upward motion, with an approximate relative difference of 90° between the two paths. This phenomenon can be attributed to the static particle plane generated during the filling process by the LFM model, which hinders the transmission of force in the X–Y plane further downward through the particle plane. Consequently, this leads to differing twisting states between the two airflow paths.

3.3. Method Evaluation of LFM

In performance testing, the microcomputer with the main frequency of its processor is 3.1 GHz was utilized as the hardware platform for conducting the tests. The comparison of filling speed and total computation time under different conditions is presented in Figure 10. From the figure, it is apparent that the LFM computational model significantly reduces the time required for generating a grain pile in comparison to the PFM. For instance, under the D1 condition, the computation time for simulating flow every 0.75 s amounts to 80 min. However, this time is reduced to 70 min, 69 min, 68 min, and 25 min under the C1, C2, C3, and C4 conditions, respectively.
In Figure 10a, the dashed lines depict the turning points that indicate the separation points of the grain pile. The number of separations for the C1, C2, C3, and C4 conditions is 5, 4, 4, and 2, respectively. As depicted in Figure 10b, the total computation time is reduced by 55.73%, 51.17%, 47.8%, and 29.7% for the corresponding conditions. The proportion of gravity deposition time under each condition is 38.56%, 22.84%, 11.37%, and 5.31%, respectively. Thus, with enhanced accuracy in conditions and a decrease in separation frequency, the combined gravity deposition time diminishes while the total computation time increases. In Figure 10, the calculation time is mainly related to the number of separations. The more the number of separations, the shorter the total stacking time. Separation accuracy controls the number of separations, and the two are directly proportional.

4. Conclusions

The objective of this study was to minimize the formation time of grain piles by developing a layered filling model based on the Discrete Element Method. The kinetic energy of particles was utilized as the assessment element to verify the rationality of the model. Compared with the PFM, the LFM reduces the calculation cost of stabilized particles and reduces the calculation time. The main conclusions of this study are as follows:
(1)
In comparison to the direct deposition method, the LFM generated grain piles with slightly higher porosity. However, as the particle kinetic energy decreased, the porosity gradually approached that of the direct deposition method, with average relative errors below 5.00%. Hence, the internal distribution of internal porosity in grain piles generated using the LFM model and the direct deposition method, respectively, exhibited similarities.
(2)
Different air entrance points resulted in distinct flow paths, and both the LFM and the PFM demonstrated a spiral-like upward trend in the simulated airflow paths. Under specific precision conditions, the errors in the tortuosity between the airflow paths obtained using the LFM and the direct deposition method, respectively, were observed to be small.
(3)
Compared to the PFM, the LFM significantly reduced the time required to formulate grain piles. For instance, under the D1 condition, the generation time for the grain pile was 80 min, while under the C1–C4 conditions, it was reduced to 70 min, 69 min, 68 min, and 25 min, respectively.

Author Contributions

Conceptualization, K.Y. and Y.W.; methodology, K.Y.; software, X.D. and X.L.; validation, K.Y. and X.D; formal analysis, X.D.; investigation, Y.M. and X.L.; writing—original draft preparation, X.D.; writing—review and editing, K.Y.; visualization, Y.M.; supervision, Y.W.; project administration, K.Y.; funding acquisition, J.L. All authors have read and agreed to the published version of the manuscript.

Funding

The authors would like to thank the Shandong Provincial Natural Science Foundation (ZR2021ME199), the Scientific and Technological Project of Suzhou City and the Plan of Introduction and Cultivation for Young Innovative Talents in Colleges and Universities of Shandong Province.

Data Availability Statement

Data related to this paper can be requested.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper. The authors declare that this work is not submitted to another journal.

References

  1. Binelo, M.O.; Faoro, V.; Kathatourian, O.A.; Ziganshin, B. Airflow Simulation and Inlet Pressure Profile Optimization of a Grain Storage Bin Aeration System. Comput. Electron. Agric. 2019, 164, 104923. [Google Scholar] [CrossRef]
  2. Horabik, J.; Molenda, M. Parameters and Contact Models for DEM Simulations of Agricultural Granular Materials: A Review. Biosyst. Eng. 2016, 147, 206–225. [Google Scholar] [CrossRef]
  3. Yan, D.; Yu, J.; Wang, Y.; Zhou, L.; Sun, K.; Tian, Y. A Review of the Application of Discrete Element Method in Agricultural Engineering: A Case Study of Soybean. Processes 2022, 10, 1305. [Google Scholar] [CrossRef]
  4. Zou, Q.; Gui, N.; Yang, X.; Tu, J.; Jiang, S. A GPU-Based DEM Model for the Pebble Flow Study in Packed Bed: Simulation Scheme and Validation. Powder Technol. 2023, 422, 118441. [Google Scholar] [CrossRef]
  5. Jo, Y.B.; Park, S.-H.; Yoo, H.S.; Kim, E.S. GPU-Based SPH-DEM Method to Examine the Three-Phase Hydrodynamic Interactions between Multiphase Flow and Solid Particles. Int. J. Multiph. Flow 2022, 153, 104125. [Google Scholar] [CrossRef]
  6. Kureck, H.; Govender, N.; Siegmann, E.; Boehling, P.; Radeke, C.; Khinast, J.G. Industrial Scale Simulations of Tablet Coating Using GPU Based DEM: A Validation Study. Chem. Eng. Sci. 2019, 202, 462–480. [Google Scholar] [CrossRef]
  7. Govender, N. A DEM Study on the Thermal Conduction of Granular Material in a Rotating Drum Using Polyhedral Particles on GPUs. Chem. Eng. Sci. 2022, 252, 117491. [Google Scholar] [CrossRef]
  8. Ren, X.; Xu, J.; Qi, H.; Cui, L.; Ge, W.; Li, J. GPU-Based Discrete Element Simulation on a Tote Blender for Performance Improvement. Powder Technol. 2013, 239, 348–357. [Google Scholar] [CrossRef]
  9. Mio, H.; Higuchi, R.; Ishimaru, W.; Shimosaka, A.; Shirakawa, Y.; Hidaka, J. Effect of Paddle Rotational Speed on Particle Mixing Behavior in Electrophotographic System by Using Parallel Discrete Element Method. Adv. Powder Technol. 2009, 20, 406–415. [Google Scholar] [CrossRef]
  10. Hærvig, J.; Kleinhans, U.; Wieland, C.; Spliethoff, H.; Jensen, A.L.; Sørensen, K.; Condra, T.J. On the Adhesive JKR Contact and Rolling Models for Reduced Particle Stiffness Discrete Element Simulations. Powder Technol. 2017, 319, 472–482. [Google Scholar] [CrossRef]
  11. He, Y.; Muller, F.; Hassanpour, A.; Bayly, A.E. A CPU-GPU Cross-Platform Coupled CFD-DEM Approach for Complex Particle-Fluid Flows. Chem. Eng. Sci. 2020, 223, 115712. [Google Scholar] [CrossRef]
  12. Najafi-Sani, M.A.; Mansourpour, Z. A New GPU-Based DEM Simulator for Polydispersed Granular Systems with Wide Size Distribution and Its Application in the Silo Discharge. Adv. Powder Technol. 2022, 33, 103704. [Google Scholar] [CrossRef]
  13. de Munck, M.J.A.; van Gelder, J.B.; Peters, E.A.J.F.; Kuipers, J.A.M. A Detailed Gas-Solid Fluidized Bed Comparison Study on CFD-DEM Coarse-Graining Techniques. Chem. Eng. Sci. 2023, 269, 118441. [Google Scholar] [CrossRef]
  14. Nakamura, H.; Takimoto, H.; Kishida, N.; Ohsaki, S.; Watano, S. Coarse-Grained Discrete Element Method for Granular Shear Flow. Chem. Eng. J. Adv. 2020, 4, 100050. [Google Scholar] [CrossRef]
  15. Xie, Z.; Shen, Y.; Takabatake, K.; Yamaguchi, A.; Sakai, M. Coarse-Grained DEM Study of Solids Sedimentation in Water. Powder Technol. 2020, 361, 21–32. [Google Scholar] [CrossRef]
  16. Washino, K.; Chan, E.L.; Nishida, Y.; Tsuji, T. Coarse Grained DEM Simulation of Non-Spherical and Poly-Dispersed Particles Using Scaled-Up Particle (SUP) Model. Powder Technol. 2023, 426, 118676. [Google Scholar] [CrossRef]
  17. Chen, S.; Liu, W.; Li, S. A Fast Adhesive Discrete Element Method for Random Packings of Fine Particles. Chem. Eng. Sci. 2019, 193, 336–345. [Google Scholar] [CrossRef]
  18. Washino, K.; Chan, E.L.; Tanaka, T. DEM with Attraction Forces Using Reduced Particle Stiffness. Powder Technol. 2018, 325, 202–208. [Google Scholar] [CrossRef]
  19. Kobayashi, T.; Tanaka, T.; Shimada, N.; Kawaguchi, T. DEM–CFD Analysis of Fluidization Behavior of Geldart Group A Particles Using a Dynamic Adhesion Force Model. Powder Technol. 2013, 248, 143–152. [Google Scholar] [CrossRef]
  20. He, Y.; Hassanpour, A.; Alizadeh Behjani, M.; Bayly, A.E. A Novel Stiffness Scaling Methodology for Discrete Element Modelling of Cohesive Fine Powders. Appl. Math. Model. 2021, 90, 817–844. [Google Scholar] [CrossRef]
  21. González-Montellano, C.; Fuentes, J.M.; Ayuga-Téllez, E.; Ayuga, F. Determination of the Mechanical Properties of Maize Grains and Olives Required for Use in DEM Simulations. J. Food Eng. 2012, 111, 553–562. [Google Scholar] [CrossRef]
  22. Nwaizu, C.; Zhang, Q. Computational Modeling of Heterogenous Pore Structure and Airflow Distribution in Grain Aeration System. Comput. Electron. Agric. 2021, 188, 106315. [Google Scholar] [CrossRef]
  23. Panigrahi, S.S.; Singh, C.B.; Fielke, J. Strategies to Mitigate Dead-Zones in on-Farm Stored Grain Silos Fitted with Aeration Ducting Modelled Using Computational Fluid Dynamics. Biosyst. Eng. 2021, 205, 93–104. [Google Scholar] [CrossRef]
  24. Cundall, P.A.; Strack, O.D.L. A Discrete Numerical Model for Granular Assemblies. Géotechnique 1979, 29, 47–65. [Google Scholar] [CrossRef]
  25. Zhu, H.P.; Zhou, Z.Y.; Yang, R.Y.; Yu, A.B. Discrete Particle Simulation of Particulate Systems: Theoretical Developments. Chem. Eng. Sci. 2007, 62, 3378–3396. [Google Scholar] [CrossRef]
  26. He, K.; Dong, S.; Zhou, Z. Multigrid Contact Detection Method. Phys. Rev. E 2007, 75, 036710. [Google Scholar] [CrossRef]
  27. de Gennes, P.G. Granular Matter: A Tentative View. Rev. Mod. Phys. 1999, 71, S374–S382. [Google Scholar] [CrossRef]
  28. Janssen, H.A. Versuche Uber Getreidedruck in Silozellen. Z. Ver. Deut. Ing. 1895, 39, 1045. [Google Scholar]
  29. Humrickhouse, P.W.; Sharpe, J.P.; Corradini, M.L. Comparison of Hyperelastic Models for Granular Materials. Phys. Rev. E 2010, 81, 011303. [Google Scholar] [CrossRef]
  30. Smilauer, V.; Angelidakis, V.; Catalano, E.; Caulk, R.; Chareyre, B.; Chèvremont, W.; Dorofeenko, S.; Duriez, J.; Dyck, N.; Elias, J.; et al. Yade Documentation; The Yade Project; 2021; Available online: https://yade-dem.org/doc/Yade.pdf (accessed on 2 January 2023).
  31. Murotani, K.; Masaie, I.; Matsunaga, T.; Koshizuka, S.; Shioya, R.; Ogino, M.; Fujisawa, T. Performance Improvements of Differential Operators Code for MPS Method on GPU. Comp. Part. Mech. 2015, 2, 261–272. [Google Scholar] [CrossRef]
  32. Horváth, D.; Poós, T.; Tamás, K. Modeling the Movement of Hulled Millet in Agitated Drum Dryer with Discrete Element Method. Comput. Electron. Agric. 2019, 162, 254–268. [Google Scholar] [CrossRef]
  33. Coetzee, C. Calibration of the Discrete Element Method: Strategies for Spherical and Non-Spherical Particles. Powder Technol. 2020, 364, 851–878. [Google Scholar] [CrossRef]
  34. Coetzee, C.J. Review: Calibration of the Discrete Element Method. Powder Technol. 2017, 310, 104–142. [Google Scholar] [CrossRef]
  35. Yue, R.; Zhang, Q. A Pore-Scale Model for Predicting Resistance to Airflow in Bulk Grain. Biosyst. Eng. 2017, 155, 142–151. [Google Scholar] [CrossRef]
  36. Yan, D.; Yu, J.; Wang, Y.; Zhou, L.; Yu, Y. A General Modelling Method for Soybean Seeds Based on the Discrete Element Method. Powder Technol. 2020, 372, 212–226. [Google Scholar] [CrossRef]
Figure 1. Implementation process of LFM.
Figure 1. Implementation process of LFM.
Applsci 13 11347 g001
Figure 2. LFM simulation loop.
Figure 2. LFM simulation loop.
Applsci 13 11347 g002
Figure 3. Particle stability detection zone. (a) Internal region condition and (b) Boundary l region condition.
Figure 3. Particle stability detection zone. (a) Internal region condition and (b) Boundary l region condition.
Applsci 13 11347 g003
Figure 4. The process of separating a grain pile into sub-piles and main pile. (a) Separation process; (b) diagram of minimum thickness of subheap.
Figure 4. The process of separating a grain pile into sub-piles and main pile. (a) Separation process; (b) diagram of minimum thickness of subheap.
Applsci 13 11347 g004aApplsci 13 11347 g004b
Figure 5. The process of combination.
Figure 5. The process of combination.
Applsci 13 11347 g005
Figure 6. Schematic diagram of silo structure dimensions.
Figure 6. Schematic diagram of silo structure dimensions.
Applsci 13 11347 g006
Figure 7. Actual stacking process with LFM. (a) Sub-pile 1; (b) Sub-pile 2; (c) Sub-pile 3; (d) main pile; and (e) pile.
Figure 7. Actual stacking process with LFM. (a) Sub-pile 1; (b) Sub-pile 2; (c) Sub-pile 3; (d) main pile; and (e) pile.
Applsci 13 11347 g007
Figure 8. Porosity and relative error. (a) Porosity; (b) relative error.
Figure 8. Porosity and relative error. (a) Porosity; (b) relative error.
Applsci 13 11347 g008
Figure 9. Air paths in the pile. (a) XY plane; (b) XZ plane; and (c) tilt view.
Figure 9. Air paths in the pile. (a) XY plane; (b) XZ plane; and (c) tilt view.
Applsci 13 11347 g009
Figure 10. Computation Time. (a) Computing time per 1.5 s; (b) total computing time.
Figure 10. Computation Time. (a) Computing time per 1.5 s; (b) total computing time.
Applsci 13 11347 g010
Table 1. Fundamental equations.
Table 1. Fundamental equations.
ParametersEquations
Equivalent contact radius 1 R * = 1 R i * + 1 R j *
Equivalent Young’s modulus 1 E * = 1 v i 2 E i + 1 v j 2 e j
Equivalent mass 1 m * = 1 m i + 1 m j
Normal stiffness S n = 2 E * R * δ n
Damping coefficient β = l n e l n 2 e + π 2
Table 2. DEM simulation parameters reported by Yan [36].
Table 2. DEM simulation parameters reported by Yan [36].
ParametersSymbolMaterial
Soybean SeedGalvanized Steel
Density, k g / m 3 ρ 12137850
Poisson ratio ν 0.40.3
Modulus of elasticity, Pa E 6.1 × 1087.90 × 1011
Coefficient of friction m u 0.20.247
Coefficient of restitution e 0.5620.715
Translational normal damping coefficient, kg/s η t , n 0.1852.66
Translational tangential damping coefficient, kg/s η t , t 0.060.88
Table 3. Parameters for LFM cases.
Table 3. Parameters for LFM cases.
ParameterCASE
C1C2C3C4D1
Kinetic energy3.39 × 10−91.356 × 10−103.39 × 10−111.356 × 10−12Reference condition
Search range0.0750.0750.0750.075Reference condition
H s 0.10.10.10.1Reference condition
Cb5555Reference condition
Table 4. Path length and tortuosity.
Table 4. Path length and tortuosity.
AEP Location (x, y, z) (m)Global Path Length (mm)Average Local Path Length (mm)Tortuosity
D1C1C2C3C4D1C1C2C3C4D1C1C2C3C4
AEP1 (0, 0, 0)1361.381428.711462.181409.931357.132.662.662.642.672.651.701.791.831.761.70
AEP2 (0.015, 0, 0)1386.461464.111424.811375.671408.912.552.652.632.682.651.731.831.781.721.76
AEP3 (0, −0.028, 0)1391.311364.131418.171361.451438.672.622.612.642.622.641.741.711.771.701.80
Table 5. Relative error.
Table 5. Relative error.
AEPGlobal Path LengthAverage Local Path LengthTortuosity
C1C2C3C4C1C2C3C4C1C2C3C4
AEP14.95%7.40%3.57%−0.31%−0.30%−1.09%0.23%−0.71%4.95%7.40%3.57%−0.31%
AEP25.60%2.77%−0.78%3.06%3.72%3.17%5.05%3.84%5.60%2.77%−0.78%1.62%
AEP3−1.95%1.93%−2.15%5.63%−0.08%0.80%0.11%0.92%−1.95%1.93%−2.15%3.40%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Yang, K.; Du, X.; Mao, Y.; Li, X.; Liu, J.; Wang, Y. A Simulation Method for Layered Filling of Grain Piles Based on the Discrete Element Method. Appl. Sci. 2023, 13, 11347. https://doi.org/10.3390/app132011347

AMA Style

Yang K, Du X, Mao Y, Li X, Liu J, Wang Y. A Simulation Method for Layered Filling of Grain Piles Based on the Discrete Element Method. Applied Sciences. 2023; 13(20):11347. https://doi.org/10.3390/app132011347

Chicago/Turabian Style

Yang, Kaimin, Xinming Du, Yudong Mao, Xin Li, Jiying Liu, and Yuancheng Wang. 2023. "A Simulation Method for Layered Filling of Grain Piles Based on the Discrete Element Method" Applied Sciences 13, no. 20: 11347. https://doi.org/10.3390/app132011347

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop