Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
In the simulations considered for this tutorial, the fluid flow is a 2D perturbed periodic double shear layer as described in the first section. The geometry is Lx = 59.15m, Ly = 59.15m, and the mesh size is chosen as {latex}$\Delta x = L_x / n_x${latex} in order to resolve the smallest vorticies. As a rule of thumb. One typically needs about 20 grid points across the shear layers, where the vorticies are going to develop. The boundary conditions are periodic in the x and y  directions. The fluid phase satisfies the Navier-Stokes Equations:
-Momentum Equations
{latex}
{\large 
\begin{eqnarray*} 
\rho_f (\frac{d \textbfmathbf{u}_f}{dt}+\textbfmathbf{u}_f \cdot \nabla \textbfmathbf{u}_f)=- \nabla p + \mu \nabla ^2 \textbfmathbf{u}_f + \textbfmathbf{f} 
\end{eqnarray*} 
}
{latex}
-Continuity Equation
{latex} 
\begin{align*} 
\frac{\partial \rho_f}{\partial t} + \nabla \cdot (\rho \textbfmathbf{u}_f)=0
\end{align*} 
{latex}

where {latex}$\textbfmathbf{u}${latex} is the fluid velocity, {latex}$p${latex} the pressure, {latex}$\rho_f${latex} the fluid density and {latex}$\textbfmathbf{f}${latex} is a momentum exchange term due to the presence of particles. When the particle volume fraction {latex}$\phi${latex} and the particle mass loading {latex}$M=\phi \rho_p/\rho_f${latex} are very small, it is legitimate to neglect the effects of the particles on the fluid: {latex}$\textbfmathbf{f}${latex} can be set to zero. This type of coupling is called one-way. In these simulations the fluid phase is air, while the dispersed phase is constituted of about 400 glass beads of diameter a few dozens of micron. This satises both conditions {latex}$\phi \ll 1${latex} and {latex}$M \ll 1${latex}

...

Wiki Markup
The suspended particles are considered as rigid spheres of same diameter d, and density {latex}$\rho_p${latex}. Newton's second law written for the particle i stipulates:
{latex}$m_p \frac{d \textbfmathbf{u}_p^i}{dt}=\textbfmathbf{f}_{ex}^i${latex}
where {latex}$\textbfmathbf{u}_p^i${latex} is the velocity of particle i, {latex}$\textbfmathbf{f}_{ex}^i${latex} the forces exerted on it, and {latex}$m_p${latex} its mass.
In order to know accurately the hydrodynamic forces exerted on a particle one needs to resolve the flow to a scale significantly smaller than the particle diameter. This is computationally prohibitive. Instead, the hydrodynamic forces can be approximated roughly to be proportional to the drift velocity:
{latex}$\frac{d \textbfmathbf{u}_p^i}{dt}=\frac{\textbfmathbf{v}-\textbfmathbf{u}_p^i}{\tau_p}${latex}
where {latex}$\tau_p${latex} is known as the particle response time. This equation needs to be solved for all particles present in the domain. This is done in Fluent via the module: Discrete Phase Model(DPM).

...