.. include:: /images.rst DEM01: Freely-falling particle ------------------------------ This case serves to verify the MFIX-DEM linear spring-dashpot collision model as well as the accuracy of the time-stepping methods. This case is based on the work of Chen et al. :cite:`Chen2007` and the MFIX-DEM case was originally reported in Garg et al. :cite:`Garg2012`. .. _description-18: Description ~~~~~~~~~~~ A smooth (frictionless), spherical particle falls freely under gravity from an initial height, :math:`h_{0}`, and bounces upon collision with a fixed wall. The translating motion of the particle is described in three stages, as depicted in :numref:`dem01fig1`. An analytic expression for particle motion during each stage is obtained. .. _dem01fig1: .. figure:: ../media/dem01-setup.png :align: center A particle with radius :math:`\mathbf{r}_{\mathbf{p}}` falling onto a fixed wall from an initial height of :math:`\mathbf{h}_{\mathbf{0}}` where :math:`\mathbf{g}` is the gravitational force, :math:`\mathbf{F}_{\mathbf{C}}` is repulsive particle-wall collision force, :math:`\mathbf{v}_{\mathbf{c}}` is the pre-collision particle velocity, and :math:`\mathbf{v}_{\mathbf{r}}` is the post-collision particle velocity. *Stage 1: Free fall* A force balance on the particle provides an expression for particle motion during free fall, .. math:: \frac{d^{2}y}{dt^{2}} = - g;\quad y\left( 0 \right) = h_{0};\quad \frac{\text{dy}}{\text{dt}}(0) = 0 :label: dem01eq1 where :math:`y` is the center position of the particle with respect to the wall and :math:`g` is the acceleration due to gravity. The particle is initially at rest with a center distance of :math:`h_{0}` above the wall. The instantaneous velocity, :math:`v`, and particle center position are given by .. math:: v\left( t \right) = - gt :label: dem01eq2 .. math:: y\left( t \right) = h_{0} - \frac{1}{2}gt^{2} :label: dem01eq3 *Stage 2: Contact* The free fall stage ends and the contact stage begins when the particle center position is equal to the particle radius. The particle-wall collision is treated using the linear spring-dashpot model such that the force balance on the particle during contact gives .. math:: :label: dem01eq4 &\frac{d^{2}y}{dt^{2}} + 2\beta\omega_{o}\frac{\text{dy}}{\text{dt}} + \omega_{o}^{2}y = \omega_{o}^{2}r_{p} - g;\\ &y\left( 0 \right) = r_{p};\quad \frac{\text{dy}}{\text{dt}}\left( 0 \right) = - \sqrt{2g\left( h_{0} - r_{p} \right)} where :math:`\beta = \eta_{n}/\left( 2\sqrt{k_{n}m_{p}} \right)` and :math:`\omega_{o} = \sqrt{k_{n}/m_{p}}`. Here, :math:`k_{n}` and :math:`\eta_{n}` are the normal spring coefficient and damping coefficients for the particle-wall collision, and :math:`m_{p}` is the particle mass. The initial particle velocity is obtained from combining :eq:`dem01eq2` and :eq:`dem01eq3` when the particle center position is equal to its radius. The instantaneous velocity and particle center position during contact for an underdamped system, :math:`\beta < 1`, are given by .. math:: v\left( t \right) = \left\lbrack - \sqrt{2g\left( h_{0} - r_{p} \right)}\cos\left( \phi t\right) + \frac{\beta\omega_{o}\sqrt{2g\left( h_{0} - r_{p} \right)} - g}{\phi}\sin\left( \phi t \right) \right\rbrack\exp\left( - \beta\omega_{o}t \right) :label: dem01eq5 .. math:: y\left( t \right) = \left\lbrack \frac{g}{\omega_{o}^{2}}\cos\left( \phi t \right) + \frac{- \sqrt{2g\left( h_{0} - r_{p} \right)} - \frac{\text{βg}}{\omega_{o}}}{\phi}\sin\left( \phi t \right) \right\rbrack\exp\left( - \beta\omega_{o}t \right) + \left( r_{p} - \frac{g}{\omega_{o}^{2}} \right) :label: dem01eq6 where, :math:`\phi = \sqrt{1 - \beta^{2}}\omega_{o}` *Stage 3: Rebound* The contact stage ends and the rebound stage begins when the particle center position is again equal to the particle radius. A force balance on the particle leads to an expression for the particle motion, .. math:: \frac{d^{2}y}{dt^{2}} = - g;\quad y\left( 0 \right) = r_{p};\quad \frac{\text{dy}}{\text{dt}}\left( 0 \right) = v_{c}. :label: dem01eq7 The velocity at the start of the rebound stage is equal to the velocity at the end of the contact stage, :math:`v_{c}`. It is obtained by solving :eq:`dem01eq6` for time when the particle center position is equal to the particle radius, then substituting the result into equation :eq:`dem01eq5`. The instantaneous velocity, :math:`v`, and particle center position, :math:`y`, are given by .. math:: v\left( t \right) = v_{c} - gt :label: dem01eq8 .. math:: y\left( t \right) = r_{p} + v_{c}t - \ \frac{1}{2}gt^{2}. :label: dem01eq9 .. _setup-18: Setup ~~~~~ .. _dem01table1: .. csv-table:: DEM-01 Setup, Initial and Boundary Conditions. :widths: auto :header: "Computational/Physical model", " ", " " "1D, Transient", " ", " " "Granular flow (no gas)", " ", " " "Gravity", " ", " " "Thermal energy equation is not solved", " ", " " " ", " ", " " "**Geometry**", " ", " " "Coordinate system", "Cartesian", " ", " " "x-length", "1.0", "\(m\)", " " "y-length", "1.0", "\(m\)", " " "z-length", "1.0", "\(m\)", " " " ", " ", " " "**Solids Properties**", " ", " " "Normal spring coefficient, :math:`k_{n}`", "*varied*", "(N·m\ :sup:`-1`)" "Restitution coefficient, :math:`e_{n}`", "*varied*", "\( \)" "Friction coefficient, :math:`\mu`", "0.0", "\( \)" " ", " ", " " "**Solids 1 Type**", "DEM", " " "Diameter, :math:`d_{p}`", "0.2", "\(m\)" "Density, :math:`\rho_{s}`", "2600", "(kg·m\ :sup:`-3`)" " ", " ", " " "**Boundary Conditions**", " ", " ", " " "All boundaries", "Solid walls", " " .. _results-18: Results ~~~~~~~ Simulations of a freely-falling particle dropped from an initial height of 0.5m were conducted for four particle-wall normal spring coefficients, :math:`\lbrack 1.0,\ 2.5,\ 5.0,\ 10.0\rbrack \times 10^{4}` N·m\ :sup:`-1`, and five restitution coefficients, [0.6, 0.7, 0.8, 0.9, 1.0]. The test using a normal spring coefficient of 10\ :sup:`4` N·m\ :sup:`-1` and restitution coefficient 0.6 were unsuccessful because this combination leads to the particle center crossing the fixed boundary indicating that the particle is located outside of the domain. The following results were obtained using the Euler time stepping method. .. _dem01fig2: .. figure:: ../media/image49.png :align: center Comparison of analytical solution and DEM results for a freely-falling particle using the Euler time-stepping method for varying restitution coefficient, normal spring coefficient, :math:`\mathbf{k}_{\mathbf{n}}\mathbf{= 1}\mathbf{0}^{\mathbf{4}}` N•m\ :sup:`-1`. (Left) Particle center position; analytical solutions shown as continuous lines, MFIX-DEM results as points. (Right) Percent absolute relative error between the analytical and MFIX-DEM particle center positions. The particle center position for cases using a normal spring coefficient of 10\ :sup:`4` N·m\ :sup:`-1` are shown in :numref:`dem01fig2`. These cases demonstrate the largest errors in particle center position during the contact stage. The large error is attributed to the particle center position approaching the fixed boundary, :math:`y \rightarrow 0`, during the contact stage. This leads to near-zero values used in the absolute value of the relative error calculations. In all other cases, the absolute percent relative error remains below 3% with errors decreasing with increasing normal spring coefficient. The particle velocity for cases using a slightly stiffer normal spring coefficient of 10\ :sup:`5` N·m\ :sup:`-1` are shown in :numref:`dem01fig3`. Again, the large errors are primarily attributed to near-zero values used in the relative error calculations. The initial spike in error arises at the peak of the contact stage when the particle trajectory reverses, passing through zero. Similarly, large relative errors occur at the peak of the rebound stage when the particle trajectory again reverses direction. .. _dem01fig3: .. figure:: ../media/image50.png :align: center Comparison of analytical solution and DEM results for a freely-falling particle using the Euler time-stepping method for varying restitution coefficients, and normal spring coefficient, :math:`\mathbf{k}_{\mathbf{n}}\mathbf{= 1}\mathbf{0}^{\mathbf{5}}` N•m\ :sup:`-1`. (Left) Particle velocities; analytical solutions shown as continuous lines, MFIX-DEM results as points. (Right) Percent absolute relative error between the analytical and MFIX-DEM particle velocities. Analysis of the time-stepping methods is limited to the free-fall stage and excludes error arising from the collision model. Pre- and post-collision results using the Euler and Adams-Bashforth methods with a normal spring coefficient of 10\ :sup:`5` N·m\ :sup:`-1` are shown in :numref:`dem01fig4`. During the free fall stage (pre-collision), the Euler method shows a linear accumulation of error in particle position whereas the error in particle velocity is zero. The Adams-Bashforth method shows no (zero) error for both particle position and velocity. These results are consistent across all cases. .. _dem01fig4: .. figure:: ../media/image51.png :align: center Difference between analytical solution and MFIX-DEM results for a freely-falling particle with varying restitution coefficient and normal spring coefficient, :math:`\mathbf{k}_{\mathbf{n}}\mathbf{= 1}\mathbf{0}^{\mathbf{5}}` N•m\ :sup:`-1`. Euler method shown as solid line. Adams-Bashforth method shown as dashed lines. (Left) Difference in particle position. (Right) Difference in particle velocity.