- Source: Multiphase particle-in-cell method
The multiphase particle-in-cell method (MP-PIC) is a numerical method for modeling particle-fluid and particle-particle interactions in a computational fluid dynamics (CFD) calculation. The MP-PIC method achieves greater stability than its particle-in-cell predecessor by simultaneously treating the solid particles as computational particles and as a continuum. In the MP-PIC approach, the particle properties are mapped from the Lagrangian coordinates to an Eulerian grid through the use of interpolation functions. After evaluation of the continuum derivative terms, the particle properties are mapped back to the individual particles. This method has proven to be stable in dense particle flows, computationally efficient, and physically accurate. This has allowed the MP-PIC method to be used as particle-flow solver for the simulation of industrial-scale chemical processes involving particle-fluid flows.
History
The multiphase particle-in-cell (MP-PIC) method was originally developed for a one-dimensional case in the mid-1990s by P.J. O'Rourke (Los Alamos National Laboratory), who also coined the term MP-PIC. Subsequent extension of the method to two-dimensions was performed by D.M. Snider and O'Rourke. By 2001, D.M. Snider had extended the MP-PIC method to full three-dimensions. Currently, the MP-PIC method is used in commercial software for the simulation of particle-fluid systems and also available in MFiX suite by NETL.
Method
The MP-PIC method is described by the governing equations, interpolation operators, and the particle stress model.
= Governing equations
=Fluid phase
The multiphase particle-in-cell method assumes an incompressible fluid phase with the corresponding continuity equation,
∂
θ
f
∂
t
+
∇
⋅
(
θ
f
u
f
)
=
0
,
{\displaystyle {\frac {\partial \theta _{f}}{\partial t}}+\nabla \cdot (\theta _{f}\mathbf {u} _{f})=0,}
where the
θ
f
{\displaystyle \theta _{f}\;}
is the fluid volume fraction and
u
f
{\displaystyle \mathbf {u} _{f}\;}
is the fluid velocity. Momentum transport is given by a variation of the Navier-Stokes equations where
ρ
f
{\displaystyle \rho _{f}\;}
is the fluid density,
p
{\displaystyle p\;}
is the fluid pressure, and
g
{\displaystyle \mathbf {g} \;}
is the body force vector (gravity).
∂
θ
f
u
f
∂
t
+
∇
⋅
(
θ
f
u
f
u
f
)
=
−
∇
p
ρ
f
−
F
ρ
f
+
θ
f
g
{\displaystyle {\frac {\partial \theta _{f}\mathbf {u} _{f}}{\partial t}}+\nabla \cdot (\theta _{f}\mathbf {u} _{f}\mathbf {u} _{f})=-{\frac {\nabla p}{\rho _{f}}}-{\frac {\mathbf {F} }{\rho _{f}}}+\theta _{f}\mathbf {g} }
The laminar fluid viscosity terms, not included in the fluid momentum equation, can be included if necessary but will have a negligible effect on dense particle flow. In the MP-PIC method, the fluid motion is coupled with the particle motion through
F
{\displaystyle \mathbf {F} \;}
, the rate of momentum exchange per volume between the fluid and particle phases. The fluid phase equations are solved using a finite volume approach.
Particle phase
The particle phase is described by a probability distribution function (PDF),
ϕ
(
x
,
u
f
,
ρ
p
,
Ω
p
,
t
)
;
{\displaystyle \phi \left(\mathbf {x} ,\mathbf {u} _{f},\rho _{p},\Omega _{p},t\right);}
which indicates the likelihood of finding a particle with a velocity
u
f
{\displaystyle \mathbf {u} _{f}\;}
, particle density
ρ
p
{\displaystyle \rho _{p}\;}
, particle volume
Ω
p
{\displaystyle \Omega _{p}\;}
at location
x
{\displaystyle \mathbf {x} \;}
and time
t
{\displaystyle t\;}
. The particle PDF changes in time as described by
∂
ϕ
∂
t
+
∇
⋅
(
ϕ
u
p
)
+
∇
u
p
⋅
(
ϕ
A
)
=
0
{\displaystyle {\frac {\partial \phi }{\partial t}}+\nabla \cdot (\phi \mathbf {u} _{p})+\nabla _{\mathbf {u} _{p}}\cdot \left(\phi \mathbf {A} \right)=0}
where
A
{\displaystyle \mathbf {A} \;}
is the particle acceleration.
A numerical solution of the particle phase is obtained by dividing the distribution into a finite number of "computational particles" that each represent a number of real particles with identical mass density, volume, velocity and location. At each time step, the velocity and location of each computational particle are updated using a discretized form of the above equations. The use of computational particles allows for a significant reduction in computational requirements with a negligible impact on accuracy under many conditions. The use of the computational particle in the Multiphase Particle-in-Cell method allows a full particle size distribution (PSD) to be modeled within the system as well as the modeling of polydisperse solids.
Identities of the particle probability distribution function
The following local particle properties are determined from integrating the particle probability distribution function:
Particle volume fraction:
θ
p
=
∫
∫
∫
ϕ
Ω
p
d
Ω
p
d
ρ
p
d
u
p
{\displaystyle \theta _{p}=\int \!\!\!\int \!\!\!\int \phi \Omega _{p}\;d\Omega _{p}d\rho _{p}d\mathbf {u} _{p}}
Average particle density:
θ
p
ρ
p
¯
=
∫
∫
∫
ϕ
Ω
p
ρ
p
d
Ω
p
d
ρ
p
d
u
p
{\displaystyle {\overline {\theta _{p}\rho _{p}}}=\int \!\!\!\int \!\!\!\int \phi \Omega _{p}\rho _{p}\;d\Omega _{p}d\rho _{p}d\mathbf {u} _{p}}
Mean particle velocity:
u
¯
p
=
1
θ
p
ρ
p
¯
∫
∫
∫
ϕ
Ω
p
ρ
p
u
p
d
Ω
p
d
ρ
p
d
u
p
{\displaystyle {\overline {\mathbf {u} }}_{p}={\frac {1}{\overline {\theta _{p}\rho _{p}}}}\int \!\!\!\int \!\!\!\int \phi \Omega _{p}\rho _{p}\mathbf {u} _{p}\;d\Omega _{p}d\rho _{p}d\mathbf {u} _{p}}
Interphase coupling
The particle phase is coupled to the fluid phase through the particle acceleration term,
A
{\displaystyle \mathbf {A} \;}
, defined as
A
=
D
p
(
u
f
−
u
p
)
−
∇
p
ρ
p
+
g
−
∇
τ
θ
p
ρ
p
.
{\displaystyle \mathbf {A} =D_{p}\left(\mathbf {u} _{f}-\mathbf {u} _{p}\right)-{\frac {\nabla p}{\rho _{p}}}+\mathbf {g} -{\frac {\nabla \tau }{\theta _{p}\rho _{p}}}.}
In the acceleration term,
D
p
{\displaystyle D_{p}\;}
is determined from the particle drag model and
τ
{\displaystyle \tau \;}
is determined from the interparticle stress model.
The momentum of the fluid phase is coupled to the particle phase through the rate of momentum exchange,
F
{\displaystyle \mathbf {F} \;}
. This is defined from the particle population distribution as
F
=
∫
∫
∫
ϕ
Ω
p
ρ
p
[
D
p
(
u
f
−
u
p
)
−
∇
p
ρ
p
]
d
Ω
p
d
ρ
p
d
u
p
{\displaystyle \mathbf {F} =\int \!\!\!\int \!\!\!\int \phi \Omega _{p}\rho _{p}\left[D_{p}\left(\mathbf {u} _{f}-\mathbf {u} _{p}\right)-{\frac {\nabla p}{\rho _{p}}}\right]\;d\Omega _{p}d\rho _{p}d\mathbf {u} _{p}}
= Interpolation operators
=The transfer of particle properties between the Lagrangian particle space and the Eulerian grid is performed using linear interpolation functions. Assuming a rectilinear grid consisting of rectangular cuboid cells, the scalar particle properties are interpolated to the cell centers while the vector properties are interpolated to cell faces. In three dimensions, tri-linear interpolation functions and definitions for the products and gradients of interpolated properties are provided by Snider for three-dimensional models.
= Particle stress model
=The effects of particle packing are modeled in the MP-PIC method with the use of a function of particle stress. Snider (2001) has suggested calculating the particle stress
τ
{\displaystyle \tau \;}
, as
τ
=
P
s
θ
P
β
max
[
θ
c
p
−
θ
p
,
ϵ
(
1
−
θ
p
)
]
{\displaystyle \tau ={\frac {P_{s}{\theta _{P}}^{\beta }}{\max \left[\theta _{cp}-\theta _{p},\epsilon \left(1-\theta _{p}\right)\right]}}}
where
θ
c
p
{\displaystyle \theta _{cp}\;}
is the close-pack volume fraction and
β
{\displaystyle \beta \;}
,
P
s
{\displaystyle P_{s}\;}
, and
ϵ
{\displaystyle \epsilon \;}
are constants.
Limitations of the multiphase particle-in-cell method
Particle shape - In the MP-PIC method, all particles are assumed to be spherical. Corrections for non-spherical particles can be included in particle drag model but for highly non-spherical particles, the true interactions may not be well represented.
Particle size with respect to grid size - The size of particles must be small compared to the Eulerian grid in the MP-PIC approach for accurate interpolation.
Extensions
Chemical reactions – Coupling the local Eulerian values for fluid velocity in the MP-PIC method with equations for diffusional mass transfer allows the transport of a chemical species within the fluid-particle system to be modeled. Reaction kinetics dependent on particle density, surface area, or volume can be included as well for applications in catalysis, gasification, or solid deposition.
Liquid Injection - MP-PIC method was extended by Zhao, O'Rourke, and Snider to model the coating of particle with a liquid.
Thermal Modeling - Conductive and convective heat transfer can be included by coupling MP-PIC variables with equations for heat transfer. Commercial implementations of MP-PIC method include radiative heat transfer as well.
Applications
Biomass gasifiers
Chemical looping combustion (CLC)
Circulating fluidized bed combustion
Coal gasifiers
Cyclones
Fluid catalytic cracking reactors and regenerators
Fluidized bed dryers
Fluidized bed reactors
Liquid-solid settlers
Metal casting
Particle jets
Polysilicon deposition
Spray coating
Software
Barracuda Virtual Reactor by CPFD Software
MFiX by NETL
References
Kata Kunci Pencarian:
- Multiphase particle-in-cell method
- Particle-in-cell
- Multiphase flow
- List of numerical analysis topics
- Lattice Boltzmann methods
- Smoothed-particle hydrodynamics
- Particle image velocimetry
- Material point method
- Moving particle semi-implicit method
- Darcy's law for multiphase flow