| Literature DB >> 31720338 |
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.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
Fig. 1Evolution 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.
Data recollection for gas diffusion layer parameters obtained in several code runs for different water drop radius.
| Water Drop Radius [lu] | Diffusion Parameters | ||
|---|---|---|---|
| Bulk Porosity | Tortuosity | Diffusibility | |
| 15 | 0.7850 | 1.0807 | 0.7264 |
| 0.7618 | 1.0875 | 0.7005 | |
| 0.7665 | 1.0860 | 0.7058 | |
| 0.7857 | 1.0802 | 0.7274 | |
| 0.7803 | 1.0792 | 0.7230 | |
| 0.7690 | 1.0895 | 0.7058 | |
| 0.7746 | 1.0756 | 0.7202 | |
| 20 | 0.7568 | 1.0889 | 0.6950 |
| 0.7493 | 1.0941 | 0.6849 | |
| 0.7594 | 1.0766 | 0.7054 | |
| 0.7559 | 1.0818 | 0.6987 | |
| 0.7600 | 1.0866 | 0.6994 | |
| 0.7580 | 1.0821 | 0.7005 | |
| 0.7679 | 1.1038 | 0.6957 | |
| 25 | 0.7445 | 1.1111 | 0.6701 |
| 0.7248 | 1.1015 | 0.6580 | |
| 0.7197 | 1.0838 | 0.6641 | |
| 0.7343 | 1.0791 | 0.6805 | |
| 0.7283 | 1.0895 | 0.6685 | |
| 0.7211 | 1.0875 | 0.6631 | |
| 0.7276 | 1.0968 | 0.6634 | |
| 30 | 0.6873 | 1.1070 | 0.6209 |
| 0.6915 | 1.0891 | 0.6349 | |
| 0.6819 | 1.0992 | 0.6204 | |
| 0.6992 | 1.0949 | 0.6386 | |
| 0.6973 | 1.1059 | 0.6305 | |
| 0.6975 | 1.1031 | 0.6323 | |
| 0.7042 | 1.1033 | 0.6383 | |
| 35 | 0.6354 | 1.1302 | 0.5622 |
| 0.6464 | 1.0909 | 0.5925 | |
| 0.6441 | 1.0902 | 0.5908 | |
| 0.6588 | 1.1270 | 0.5846 | |
| 0.6386 | 1.1067 | 0.5770 | |
| 0.6361 | 1.0967 | 0.5800 | |
| 0.6426 | 1.1090 | 0.5794 | |
Fig. 2Changes 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.
Sumary of Boundary conditions considered in the data collection.
| Description | Code Sample |
|---|---|
| Matrix generation of the domain | n = 100; m = 100; l = 100; |
| Randomly placed water droplet | RADIO = [25, 25]; |
| Loop to generate the water drop in the randomly generated position. | for i = 1:n |
Sumary of Boundary conditions considered in the data obtention.
| Applied zone | Boundary Condition | Description |
|---|---|---|
| Inlet surface | Von Neumann | The condition is applied as the inlet velocity is known. This is a Velocity Boundary that applies to momentum conservation [ |
| Outlet surface | Second Derivative Approximation | As the outlet velocities and pressure are unknown, the conditions are approximated using the velocities of the two previous lattice elements. |
| Parallel to the flow surfaces | Periodic Boundary | In 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 Interface | Bounce Back Condition | When 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.
| Applied zone | Code Sample |
|---|---|
| Inlet surface | f2(1:n,1,1:l) = f4(1:n,1,1:l) +rho_in×vo/3; |
| Outlet surface | f2(1:n,m,1:l) = 2×f2(1:n,m-1,1:l)-f2(1:n,m-2,1:l); |
| Parallel to the flow surfaces | f3(n,1:m,1:l) = f3(1,1:m,1:l); |
| Solid-Fluid Interface | for i = 1:n; |
Specifications Table
| Subject | Energy |
| Specific subject area | Energy Engineering and Power Technology, Polymer Electrolyte Fuel Cells |
| Type of data | Tables, Images, Figures, Codes |
| How data were acquired | Data was obtained in computer simulations applying the lattice Boltzmann method using an in-house code developed by the authors. |
| Data format | Simulated & analyzed data, PNG, Code lines |
| Experimental factors | A velocity field inside a 3D matrix calculated using the lattice Boltzmann method. |
| Experimental Features | Velocity field graphs, tortuosity, bulk porosity and diffusibility for a small volume inside a complex porous media. |
| Parameters for data collection | Data 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 collection | Data 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 location | ESPOL (Escuela Superior Politécnica del Litoral) – LabFREE Laboratory of Renewable Sources of Electric Energy. |
| Data accessibility | Repository name: Computational simulation data using the Lattice Boltzmann Method to generate correlations for gas diffusion layer parameters |
| Related research article | Author's name: Mayken Espinoza-Andaluz, Raul Reyna, Ayrton Moyón, Tingshuai Li, Martin Andersson. |
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. |