Literature DB >> 31720338

Computational simulation data using the Lattice Boltzmann method to generate correlations for gas diffusion layer parameters.

Mayken Espinoza-Andaluz1, Raul Reyna2, Yuanxin Qi3, Tingshuai Li4, Martin Andersson3,4.   

Abstract

Analyzing the fluid behavior in complex porous media like gas diffusion layers (GDLs) in polymer electrolyte fuel cells (PEFCs) can be accurately done using the lattice Boltzmann method (LBM). This article shows the data obtained from a study in which diffusion parameters such as porosity, gas phase tortuosity and diffusibility are computed considering simulated porous media [1]. The data were computed when a water drop obstacle is placed inside the GDL domain and the size of the water-drop is varied. Additionally, figures showing the evolution of the flow velocity field are presented alongside graphics that presents the change in local and bulk porosity for each obstacle size. Finally, there is a detailed method explanation concerning the implementation of the lattice Boltzmann method and a general description of computational codes for the domain and obstacle generation as well as the boundary conditions simulation. Data and processes in this article can be exploited in new attempts to solve real case problems in complex mesoscale media.
© 2019 The Authors.

Entities:  

Keywords:  Diffusibility; Gas diffusion layer; Gas-phase tortuosity; PEFC; Water-droplet

Year:  2019        PMID: 31720338      PMCID: PMC6838375          DOI: 10.1016/j.dib.2019.104688

Source DB:  PubMed          Journal:  Data Brief        ISSN: 2352-3409


Specifications Table The method applied to obtain this data enhances its accuracy in comparison to other computational and experimental methods, making the data shown here more realistic. The data supplied becomes important to studies that analyze mesoscale models with a complex porous media considering obstacle size randomly placed in its volume. As there are many different gas diffusion layer structures, these data can be used by studies that aim to compare diffusion parameters between various kinds of porous media or motivate these studies. Data obtained by this method can be compared to results using different paths. It can spread the interest in analyzing and developing new ways to study mesoscale fluid dynamics. Several radius of the water drop obstacle in the computed volume that were not displayed in the source article are showed here. The evolution of the fluid velocity field is shown in various successive images for different obstacle sizes.

Data

The velocity field inside the porous media needs to reach a steady state condition before it can be used to calculate diffusion parameters [1]. Fig. 1 shows how the velocities of the field change after several iterations until they reach the steady state condition, meaning that minimal changes in the medium are occurring. The behavior of the simulated fluid shown in this figure is obtained through the interactions between the moving fluid generated by the Lattice Boltzmann method (LBM) and the packed fibers representing the gas diffusion layer (GDLs). A water drop was placed in the middle, to be easily appreciated. Full display of every step in the flow's velocity field can be found in the dataset attached to the article. Said dataset also has one example that does not cotain a water drop inside.
Fig. 1

Evolution of the Flow's Velocity Field in porous media as it reaches a steady state condition. Blue represent solid obstacles like the water drop in the middle and fiber materials. Red is for maximum velocity.

Evolution of the Flow's Velocity Field in porous media as it reaches a steady state condition. Blue represent solid obstacles like the water drop in the middle and fiber materials. Red is for maximum velocity. Porosity, Tortuosity and Diffusibility data were collected after several runs of our code. There were seven iterations for each case to obtain an acceptable standard deviation for each group of data. Bulk Porosity is the average value of local porosities calculated by comparing the void spaces with the whole volume. Tortuosity was obtained by measuring the flow path length and the shortest path length of the medium. Finally, diffusibility is the ratio between the bulk porosity and the tortuosity. Table 1 list the recollection of the parameters computed in the code for all water drop sizes considered.
Table 1

Data recollection for gas diffusion layer parameters obtained in several code runs for different water drop radius.

Water Drop Radius [lu]Diffusion Parameters
Bulk PorosityTortuosityDiffusibility
150.78501.08070.7264
0.76181.08750.7005
0.76651.08600.7058
0.78571.08020.7274
0.78031.07920.7230
0.76901.08950.7058
0.77461.07560.7202
200.75681.08890.6950
0.74931.09410.6849
0.75941.07660.7054
0.75591.08180.6987
0.76001.08660.6994
0.75801.08210.7005
0.76791.10380.6957
250.74451.11110.6701
0.72481.10150.6580
0.71971.08380.6641
0.73431.07910.6805
0.72831.08950.6685
0.72111.08750.6631
0.72761.09680.6634
300.68731.10700.6209
0.69151.08910.6349
0.68191.09920.6204
0.69921.09490.6386
0.69731.10590.6305
0.69751.10310.6323
0.70421.10330.6383
350.63541.13020.5622
0.64641.09090.5925
0.64411.09020.5908
0.65881.12700.5846
0.63861.10670.5770
0.63611.09670.5800
0.64261.10900.5794
Data recollection for gas diffusion layer parameters obtained in several code runs for different water drop radius. Fig. 2 shows the changes of the local porosity of a medium along the horizontal axis. The images were obtained by setting one constant medium and placing one water drop inside it. The droplet size changes on each iteration showing the variation of the porosity value in every case. The local porosity value was obtained on steps each 2% of the horizontal axis lenght.
Fig. 2

Changes in the local and bulk porosity for a fixed positioned droplet with a varying size. The a) image is for a fiber only domain. From it onwards the radius of the droplet in lu is: b) 15, c) 20, d) 25, e) 30 and f) 35, respectively.

Changes in the local and bulk porosity for a fixed positioned droplet with a varying size. The a) image is for a fiber only domain. From it onwards the radius of the droplet in lu is: b) 15, c) 20, d) 25, e) 30 and f) 35, respectively.

Experimental design, materials, and methods

Lattice Boltzmann method (LBM)

To obtain the computed data of the velocity of the fluid, the LBM was applied. This method works best on complex structures at mesoscale size. First it needs a digitally generated porous medium representing a GDL in which a water drop it is placed. Then it implements boundary condition on the surroundings of the medium and on the interface between fluid and fibers. The computing details are explaining bellow.

Porous media and water drop generation

The first step in the code is the creation of the 3D matrix using zeros to represent voids. In this study a 100 × 100 × 100 zeros matrix was created. This matrix corresponds to a 200 × 200 × 200 μm space inside a GDL [2]. Obstacles in the middle of the matrix correspond to either the GDL's carbon fibers or the water drop. For the fibers, the design was made so the fibers do not deform with the flow, do not have any ends inside the volume and have a cylindrical shape [3]. The water drop was considered as a spherical volume within the matrix. It maintains its shape at all times and never locates outside the GDL. The location of the center of the water drop is randomly placed inside the media while keeping any part of the drop also inside it. A sample of the code used to generate the media and the water drop is shown in Table 2.
Table 2

Sumary of Boundary conditions considered in the data collection.

DescriptionCode Sample
Matrix generation of the domainn = 100; m = 100; l = 100;OBSTACLES = zeros(n,m,l);
Randomly placed water dropletRADIO = [25, 25];x_positions = randi([26,74],1,2);y_positions = randi([26,74],1,2);z_positions = randi([26,74],1,2);
Loop to generate the water drop in the randomly generated position.for i = 1:nfor j = 1:mfor k = 1:lif (sqrt((i-x_positions(index))ˆ2+(j-y_positions(index))ˆ2+(k-z_positions(index))ˆ2)<RADIO(index))OBSTACLES(i,j,k) = 1; endendendend
Sumary of Boundary conditions considered in the data collection.

Flow field velocity calculation using the Lattice Boltzmann method

To obtain the fluid behavior inside the simulated media, the whole domain has been divided into lattice elements in which the lattice Boltzmann method (LBM) can be applied. All elements interact with the surrounding ones by means of linked velocities. In this 3D case, every element has 19 velocity vectors in different directions. The method provides a relation between equilibrium and particle distribution for each node. In flow analysis, the equilibrium distribution mainly depends on the local density, velocity and weighting factor for every direction. It also considers collisions in the system and the time it takes to reach a balance. On the other hand, the particle distribution focuses on the position of the node, its velocities and the time lapse to flow in all directions [4,5].

Fluid flow analysis and boundary conditions

The behavior of the fluid depends highly on the equilibrium distribution. In every lattice element, the density and velocity are updated after the collision while the weighting factor of each direction remains constant. This changes the particle velocities in the different directions which interact to the surrounding lattice elements. To maintain the accuracy to real world cases, boundary conditions need to be applied to the interactions between elements [6]. The boundary conditions for the porous media are implemented on the volume limits and in every fluid-solid interface. In this case in which the fluid flows in a single dimension the boundary conditions are divided as presented in Table 3.
Table 3

Sumary of Boundary conditions considered in the data obtention.

Applied zoneBoundary ConditionDescription
Inlet surfaceVon NeumannThe condition is applied as the inlet velocity is known. This is a Velocity Boundary that applies to momentum conservation [7].
Outlet surfaceSecond Derivative ApproximationAs the outlet velocities and pressure are unknown, the conditions are approximated using the velocities of the two previous lattice elements.
Parallel to the flow surfacesPeriodic BoundaryIn short, this consideration states that the velocities of the nodes outside the domain are the same as the velocities on the opposite boundary that enters the volume in the same direction.
Solid-Fluid InterfaceBounce Back ConditionWhen the fluid node collides with a solid interface, the solid reflects the particle in the same action line but opposite direction.
Sumary of Boundary conditions considered in the data obtention. Samples of the boundary conditions codes used are resumed in Table 4.
Table 4

Sumary of Boundary conditions considered in the data obtention.

Applied zoneCode Sample
Inlet surfacef2(1:n,1,1:l) = f4(1:n,1,1:l) +rho_in×vo/3;
Outlet surfacef2(1:n,m,1:l) = 2×f2(1:n,m-1,1:l)-f2(1:n,m-2,1:l);
Parallel to the flow surfacesf3(n,1:m,1:l) = f3(1,1:m,1:l);
Solid-Fluid Interfacefor i = 1:n;for j = 1:m;for k = 1:l;if(OBSTACLES(i,j,k) =  = 1)temp = f1(i,j,k); f1(i,j,k) = f3(i,j,k); f3(i,j,k) = temp;end;end;end;end;
Sumary of Boundary conditions considered in the data obtention.

Solving the algorithm

The algorithm founds the velocity field for each node until the whole system reaches a steady state condition [8]. The first step is the calculation of the distribution function which only happens at the beginning of the code. The phases that form the loop are: a) Collision: It is calculated for the equilibrium distribution at the local node considering the changes in velocity and pressure; b) Streaming: It is the change of the particle distribution functions for the particles around the node; c) Boundary Conditions: These are applied to the nodes of the porous media to maintain the accuracy and stability of the simulation; and d) Steady State Confirmation: Compares the velocities results in every node to the previous velocity until it represents a minimal change. In this simulation the minimal change in velocity is considered as .

Diffusion parameters calculation

There are three diffusion parameters shown in the previous data: Bulk Porosity, Gas Phase Tortuosity and Diffusibility [9]. The porosity is calculated by dividing the void spaces volume to the total domain volume. In the simulation, the solid volume is represented by the fibers and the water droplet, so the voids are complement to these. The gas phase tortuosity is obtained after the velocity field is calculated. This is the relation between the flow path length, represented by the velocity sum at each position on every direction, and the shortest path length which corresponds to the velocity sum in the flow direction. Finally, the diffusibility is obtained by the ratio between porosity and tortuosity.

Specifications Table

SubjectEnergy
Specific subject areaEnergy Engineering and Power Technology, Polymer Electrolyte Fuel Cells
Type of dataTables, Images, Figures, Codes
How data were acquiredData was obtained in computer simulations applying the lattice Boltzmann method using an in-house code developed by the authors.
Data formatSimulated & analyzed data, PNG, Code lines
Experimental factorsA velocity field inside a 3D matrix calculated using the lattice Boltzmann method.
Experimental FeaturesVelocity field graphs, tortuosity, bulk porosity and diffusibility for a small volume inside a complex porous media.
Parameters for data collectionData was collected under a simulated environment of a gas diffusion layer with a water drop in its domain. The lattice Boltzmann method was employed to obtain the field velocity due to the complexity of the medium as it is too small to be analyzed using computational fluid dynamics.
Description of data collectionData in tables correspond to bulk parameters of tortuosity, porosity and diffusibility obtained by running the code a number of times while varying the water drop radius inside the medium. These were computed in-code using the velocity field used to generate several image stages.
Data source locationESPOL (Escuela Superior Politécnica del Litoral) – LabFREE Laboratory of Renewable Sources of Electric Energy.Guayaquil, Ecuador
Data accessibilityRepository name: Computational simulation data using the Lattice Boltzmann Method to generate correlations for gas diffusion layer parametersData identification number: -Direct URL to data: https://doi.org/10.17632/ynmsvs4pcp.2
Related research articleAuthor's name: Mayken Espinoza-Andaluz, Raul Reyna, Ayrton Moyón, Tingshuai Li, Martin Andersson.Title: Diffusion parameter correlations for PEFC gas diffusion layers considering the presence of a water-dropletJournal: International Journal of Hydrogen EnergyDOI: https://doi.org/10.1016/j.ijhydene.2019.08.144
Value of the Data

The method applied to obtain this data enhances its accuracy in comparison to other computational and experimental methods, making the data shown here more realistic.

The data supplied becomes important to studies that analyze mesoscale models with a complex porous media considering obstacle size randomly placed in its volume.

As there are many different gas diffusion layer structures, these data can be used by studies that aim to compare diffusion parameters between various kinds of porous media or motivate these studies.

Data obtained by this method can be compared to results using different paths. It can spread the interest in analyzing and developing new ways to study mesoscale fluid dynamics.

Several radius of the water drop obstacle in the computed volume that were not displayed in the source article are showed here. The evolution of the fluid velocity field is shown in various successive images for different obstacle sizes.

  1 in total

1.  Lattice Boltzmann model for incompressible flows through porous media.

Authors:  Zhaoli Guo; T S Zhao
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2002-09-17
  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.