.. include:: /images.rst DEM06: Single particle, terminal velocity ----------------------------------------- This case investigates the interphase coupling of momentum equations though the gas-solids drag force. The original case was reported in :cite:`Garg2012` and has been expanded to test additional coupling schemes. .. _description-dem06: Description ~~~~~~~~~~~ A single particle initially at rest is released in a uniform gas stream as illustrated in :numref:`dem06fig1` where the gravitational and gas-solids drag forces are the dominant forces acting on the particle. The velocity of the particle increases until it reaches its *terminal velocity* where the gravitational force is equal to the gas-solids drag force. .. _dem06fig1: .. figure:: ../media/dem06-setup.png :align: center A single spherical particle initially at rest is released in a uniform, vertical air flow. The dominant forces acting on the particle are the gas-solids drag force, :math:`\mathbf{F}_{\mathbf{d}}`, and the gravitational force, :math:`\mathbf{g}`. For a sufficiently small particle, the evolution of the particle velocity is given by .. math:: :label: dem06eq1 &\frac{d^{2}y}{dt^{2}} = \frac{dv_{p}}{\text{dt}} = \frac{g\left( \rho_{p} - \ \rho_{g} \right)}{\rho_{p}} - \frac{3}{4}\frac{\rho_{g}\left\| v_{p} - v_{g} \right\|_{2}}{d_{p}\rho_{p}}C_{d};\\ &y\left( 0 \right) = h_{0};\quad \frac{\text{dy}}{\text{dt}}(0) = 0 where :math:`y` is the particle center position measured from the bottom wall, :math:`v_{p}` and :math:`v_{g}` are the particle and gas velocities, :math:`\rho_{p}` and :math:`\rho_{g}` are the particle and gas densities, :math:`d_{p}` is the particle diameter, :math:`h_{0}` is the initial height of the particle, :math:`g` is the acceleration due to gravity, and :math:`C_{d}` is the drag coefficient. The drag coefficient is estimated here using the Schiller and Naumann :cite:`Schiller1933` correlation for a single particle in an unbounded medium, .. math:: C_{d} = \frac{24}{N_{\text{Re}}}\left( 1 + 0.15N_{\text{Re}}^{0.687} \right) :label: dem06eq2 where :math:`N_{\text{Re}}` is the Reynolds number based on the slip velocity between the particle and gas defined as .. math:: N_{\text{Re}} = \frac{\rho_{g}\left\| v_{p} - v_{g} \right\|_{2}d_{p}}{\mu_{g}}. :label: dem06eq3 .. _setup-dem06: Setup ~~~~~ .. _dem06table1: .. csv-table:: DEM-06 Setup, Initial and Boundary Conditions. :widths: auto :header: "Computational/Physical model", " ", " " "1D, Transient", " ", " " "Multiphase flow (gas-solids)", " ", " " "Gravity", " ", " " "Thermal energy equation is not solved", " ", " " " ", " ", " " "**Geometry**", " ", " " "Coordinate system", "Cartesian", " ", " " "x-length", "0.01", "\(m\)", " " "y-length", "0.10", "\(m\)", " " "z-length", "0.01", "\(m\)", " " " ", " ", " " "**Solids Properties**", " ", " " "Normal spring coefficient, :math:`k_{n}`", "10\ :sup:`-1`", "(N·m\ :sup:`-1`)" "Restitution coefficient, :math:`e_{n}`", "1.0", "\( \)" "Friction coefficient, :math:`\mu`", "0.0", "\( \)" " ", " ", " " "**Solids 1 Type**", "DEM", " " "Diameter, :math:`d_{p}`", "10\ :sup:`-4`", "\(m\)" "Density, :math:`\rho_{s}`", "2,000", "(kg·m\ :sup:`-3`)" " ", " ", " " "**Boundary Conditions**", " ", " ", " " "South face (XZ-plane; y=0.00m)", "Gas Mass Inflow", " " " *Pressure (gauge)*", "0.00", "\(Pa\)" " *Gas velocity,* :math:`v_{g}`", "0.40", "(m·s\ :sup:`-1`)" "North face (XZ-plane; y=0.10m)", "Pressure Outflow", " " " *Pressure (gauge)*", "0.00", "\(Pa\)" "All other boundaries", "Free-slip walls", " " .. _results-dem06: Results ~~~~~~~ A fourth-order Runge-Kutta method was used to calculate the solution to :eq:`dem06eq1` which was subsequently compared with the solutions of the seven MFIX-DEM simulations outlined below. The first set of simulations were one-way coupled such that only the gas phase volume fraction was affected by the presence of the particle. Specifically, gas-solids drag force was omitted from the gas phase momentum equations. This case best captured the above problem description where a single particle is freely falling through a uniform gas field. In the second group of tests the gas and solids were fully coupled. Three interpolation methods were used with both the one-way and fully coupled tests. .. _dem06table2: .. csv-table:: Gas-solid interpolation. :widths: auto :header: "Interpolation Scheme", "Coupling", "Filter size" "Centroid", "one-way", "--" "Garg_2012", "one-way", "--" "DPVM_Square", "one-way", "2.0 x 10\ :sup:`-3`" "Centroid", "full", "--" "Garg_2012", "full", "--" "DPVM_Square", "full", "3.0 x 10\ :sup:`-3`" "DPVM_Square", "full", "4.0 x 10\ :sup:`-3`" :numref:`dem06fig2` illustrates a typical comparison of analytical particle velocity evolution over time obtained by :eq:`dem06eq1` and the numerical solution. A comparison of the absolute percent relative difference between the solutions is shown in :numref:`dem06fig3`. The numerical solution from simulations employing one-way coupling (left) compare well with the analytical solution of :eq:`dem06eq1` with the maximum absolute relative difference bounded above by :math:`5 \times 10^{- 3}` percent for the three cases. Additionally, the maximum absolute relative difference for cases with full coupling is bounded from above by :math:`5` percent. .. _dem06fig2: .. figure:: ../media/image58.png :align: center Comparison of the particle velocity evolution obtained by :eq:`dem06eq1` and MFIX-DEM. The large difference in results for the fully coupled cases should not be interpreted as error because the assumption of a uniform gas velocity used to establish :eq:`dem06eq1` is no longer valid when the gas-solids drag is allowed to affect the gas velocity as is the case in the fully coupled simulations. The suitability of this assumption, or lack thereof, is apparent from inspecting the results from different coupling schemes. The centroid method concentrates the gas-solids drag force in the fluid cell containing the particle center. As a result, gas velocity is impacted the most when compared to the other methods available. The divided particle volume method (DVPM) diffuses the gas-solids drag force over an area based on the filter width providing better agreement. Finally, the GARG_2012 scheme shows the best agreement as it diffuses the gas-solids drag force over the greatest area thereby providing greater consistency with the uniform flow field assumption. .. _dem06fig3: .. figure:: ../media/image59.png :align: center Absolute percent relative difference between particle velocity evolution obtained by :eq:`dem06eq1` and MFIX-DEM. (left) Simulations with one-way gas-solids coupling. (right) Fully coupled simulations.