.. include:: /images.rst PIC01: Terminal velocity ------------------------ .. _description-pic01: Description ~~~~~~~~~~~ This case is similar to "DEM06: Single particle, terminal velocity". A computational parcel containing physical particles is subjected to a uniform gas velocity. The statistical weight and initial gas volume fraction are adjusted such that all particles are accommodated in one parcel for the given grid resolution. The simulation results are compared with the analytical results obtained by solving the following system of Ordinary Differential Equations: .. math:: \frac{d^{2}y}{dt^{2}} = \frac{d v_{p}}{dt} = \frac{g (\rho_{p}-\rho_{g})}{\rho_{p}}-\frac{3}{4} C_{d} \frac{\rho_{g}|v_{p}-v_{g}|^{2}}{\rho_{p} d_{p}} :label: pic01eq1 The initial and boundary conditions are given by, .. math:: y(0) = h_{0};\quad \frac{d y}{dt} (0) = 0 :label: pic01eq2 where, :math:`y` is the position of particle center 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 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. In this case, :math:`C_{d}=1` is used for simplicity. The effect of the parcel on the gas phase is neglected since particle concentration is extremely dilute. Hence, the momentum equations for the gas-phase are not solved. .. _setup-pic01: Setup ~~~~~ .. _pic01table1: .. csv-table:: PIC-01 Setup, Initial and Boundary Conditions. :widths: auto :header: "Computational/Physical model", " ", " " "3D, Transient", " ", " " "Multiphase", " ", " " "Gravity", " ", " " "Thermal energy equation is not solved", " ", " " "Turbulence equations are not solved (Laminar)", " ", " " "Uniform mesh", " ", " " "First order upqind discritization scheme", " ", " " " ", " ", " " "**Geometry**", " ", " " "Coordinate system", "Cartesian", " ", "Grid partitions" "x-length", "0.01", "\(m\)", "5" "y-length", "0.30", "\(m\)", "60" "z-length", "0.01", "\(m\)", "5" " ", " ", " " "**Material**", " ", " " "Gas density, :math:`\rho_{g}`", "1.2", "(kg·m\ :sup:`-3`)" "Gas viscosity, :math:`\mu_{g}`", "1.8E-05", "(Pa·s)" " ", " ", " " "**Solids Type**", "PIC", " " "Diameter, :math:`d_{p}`", "0.1", "\(m\)" "Density, :math:`\rho_{s}`", "2000", "(kg·m\ :sup:`-3`)" " ", " ", " " "**Solids Properties (PIC)**", " ", " " "Pressure linear scale factor, :math:`P_{s}`", "100.0", "(Pa)" "Exponential scale factor, :math:`\gamma`", "3.0", "(-)" "Statistical weight", "100", "(-)" " ", " ", " " "**Initial Conditions**", " ", " ", " " "x-velocity, :math:`u_{g}`", "0.0", "(m·s\ :sup:`-1`)" "y-velocity, :math:`v_{g}`", "0.4", "(m·s\ :sup:`-1`)" "z-velocity, :math:`w_{g}`", "0.0", "(m·s\ :sup:`-1`)" "Solids concentration, :math:`\epsilon_{s}`", "0.0001", "(-)" "Gas volume fraction at packing, :math:`\epsilon_{g}^{*}`", "0.4", "(-)" "Pressure, :math:`P_{g}`", "101,325", "(Pa)" " ", " ", " " "**Boundary Conditions**", " ", " ", " " "South", "0.4", (m·s\ :sup:`-1`), "Mass inflow" "North", "101,325", (Pa), "Pressure outflow" "West, east, top and bottom", " ", " ", "Free-Slip wall" .. _results-pic01: Results ~~~~~~~ As the parcel falls, its velocity increases initially, and reaches its terminal velocity when the gravitational force is balanced by the drag force. The numerical solution to the system of equations is obtained using :math:`4^{th}` order Runge-Kutta method. The values are compared with the MFiX-PIC simulations as shown in :numref:`pic01fig1`. The velocity and position are accurately predicted by MFiX-PIC as was the case with MFiX-DEM. .. _pic01fig1: .. figure:: ../media/pic01-1.png :align: center :width: 250px :height: 400px Predictions using MFiX-PIC: velocity (top) and position (bottom).