Lattice Boltzmann Model (LBM)
From Thermal-FluidsPedia
Most numerical codes are based on the Navier-Stokes equations, which treats a fluid as a continuous field. It is well known that a fluid is made of a discrete number of particles or molecules. Since the number of molecules is extremely large (Avogadro’s number = 6.022×1023 atoms/mole) for almost all practically sized systems, it may never be computationally viable to track each particle and its interactions with other particles. The number of molecules in a given region and the molecular interaction are described through the fluid’s density and transport coefficients (i.e., viscosity) in the continuous model.
Modeling the individual molecules for a small system over a small period of time has been achieved by molecular dynamic simulations (MDS). The computational requirements needed in these simulations can be greatly reduced if the degrees of freedom of the system are reduced. Also, instead of considering individual molecules, groups of molecules can be considered. The degrees of freedom can be reduced by restricting the movement of the molecules to a lattice. A lattice is simply a predefined direction in which a molecule can move. The first of such models is the lattice gas automata (LGA; Hardy et al., 1973). The evolution equation of the LGA is:

Each node has a Boolean variable, , for each connecting lattice; if there is a molecule present it is unity, and if none is present it is zero. The number of connecting lattices is M, and the collision operator, Ωα, is dictated by collision rules. On each node, only one particle can be found moving in a given direction at a given time. This condition is imposed for memory efficiency and leads to a Fermi-Dirac local equilibrium distribution (Frisch et al. 1987). The two subsequent steps of the LGA simulations are streaming and collision. In the first step, a particle can move in one lattice site corresponding to the link direction. In the second step, collision rules are applied on sites where two or more particles meet. The rules are: the particles change configuration when two or more particles meet. Because of the Boolean variables, the LGA method is quite noisy. The Lattice Boltzmann Method (LBM) is introduced by modeling the LGA equation by single particle distribution functions,
, instead of a Boolean variable (McNamara and Zanetti, 1988). The Lattice Boltzmann Equation (LBE) is:

A triangular lattice structure should be used because it has sufficient symmetry to make a solution independent of how the lattice is laid out on the geometry (Frisch et al., 1986). The velocity vectors surrounding a node as well as the lattice structure are presented in Figure 2 from Boltzmann Equation. The velocity vector, , symbolizes a particle at rest. The discretization of the LGA and the LBE is the same when
, therefore the lattice lengths
are equal to
. The LBE is a discrete velocity model of the Boltzmann equation. In the LBE, the macroscopic flow variables, density and velocity, are defined as:


The collision operator can also be discretized. The collision operator for the αth component of the distribution, Ωα, contains a summation over all the velocity components, as well as all the collision cross sections, , that the Βth component of the distribution function makes with the αth component. For a more in-depth description of the collision operator, refer to the discussion on the Boltzmann equation. The scattering angle is predetermined by the discretization of f.

The collision operator can be linearized, and the dimension of the matrix can be greatly reduced by expanding the distribution function into an equilibrium, , and non-equilibrium,
, component.

The equilibrium distribution function depends on the local macroscopic variables and should satisfy the following constraints:


If , then the collision operator can be linearized.

The linearized collision matrix is defined as: . Also, the collision operator of an equilibrium distribution is zero,
, the LBE is:

Since the linearized collision matrix must conserve mass and momentum, it must satisfy the following constraints:


A further assumption of the linearized collision matrix is that the local particle distribution relaxes to an equilibrium state at a single rate, τ.

The delta function is unity when α = β, and zero when . This approximation is called the BGK collision term (Bhatnagar et al., 1954). With a single rate relaxation period, the Lattice Boltzmann BGK (LBGK) equation is:

Now, the relaxation period, as well as the equilibrium distribution function must be specified. The equilibrium distribution function can be found by taking a second-order expansion of the local velocity of the Maxwell-Boltzmann distribution function (Házi et al., 2002).
![\overline{{{f}_{\alpha }}}={{w}_{\alpha }}\left[ A+B{{\mathbf{c}}_{\alpha }}\cdot \mathbf{V}+C{{\left( {{\mathbf{c}}_{\alpha }}\cdot \mathbf{V} \right)}^{2}}+D{{\mathbf{V}}^{2}} \right]\qquad \qquad( 15 )](/encyclopedia/images/math/1/c/f/1cfb5fe57d7eddc7882581b74c70b59e.png)
For a two dimensional triangular grid as shown in Fig. 2 from Boltzmann Equation, the constants are:


where c2 is:

where x1 is Cartesian directions, and α is a single component of a lattice vector. From these expressions, the macroscopic momentum equations can be written. The pressure and kinematic viscosity are:


Therefore the relaxation time is related to the kinematic viscosity, and the constant d0 is related to the pressure. The Lattice Boltzmann equations are solved for the distribution function fα at every node. It is important to note that the Navier-Stokes equations are matched with these criteria only if the flow has a nearly constant density. Also, note that the above derivations apply only for isothermal systems, because the conservation of energy was never considered. A brief review of models that have attempted to capture thermal effects is discussed in Házi et al. (2002). Even though these models can theoretically capture arbitrary Prandtl number fluids, they are strictly limited by stability constraints.
There are two major forms of boundary conditions for hydrodynamic problems: wall boundary conditions and flow boundary conditions, in which flow enters or exits a computational domain. The no-slip wall boundary condition in LBM can be implemented by a bounce-back method. In this method, the distribution functions that arrive at a boundary are bounced back with the same distribution function in which they arrived. In a flow boundary condition, the distribution function needs to be specified during the streaming phase. This specification is driven by the macroscopic velocity or pressure. The closure to this open set of equations was achieved through the work of Zou and He (1997).
References
Bhatnagar, P.L., Gross, E.P., and Krook, M., 1954, “A Model for Collision Processes in Gases. I Small Amplitude Processes in Charged and Neutral One-Component Systems,” Physical Review, Vol. 94, pp. 511-525.
Frisch, U, d’Humiéres, D., Hasslacher, B., Lallemand, P., Pomeau, Y. and Rivet, P.P.,1987, “Lattice Gas Hydrodynamics in Two and Three Dimensions,” Complex System, Vol. 1, pp. 649-707.
Hardy, J., Pomeau, Y., and Pazzis, O., 1973, “Time Evolution of a Two-Dimensional Model System. I. Invariant States and Time Correlation Functions,” Journal of Mathematical Physics, Vol. 14, pp. 1746-1759.
Házi, G., Imre, A.R., Mayer, G., and Farkas, I., 2002, “Lattic Boltzmann methods for two-phase flow modeling,” Annals of Nuclear Energy, Vol., 29, pp. 1421-1453.
McNamara, G.R. and Zanetti, G., 1988, “Use of the Boltzmann Equation to Simulate Lattice-Gas Automata,” Physical Review Letters, Vol. 61, pp. 2332-2335.
Zou, Q.S. and He, X.Y., 1997, “On pressure and velocity boundary conditions for the lattice Boltzmann BGK model,” Physics of Fluids, Vol. 9, pp. 1591-1598.