You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,28 +81,25 @@ Such a capability can guide model-experiment-data (ModEx) integration at the mic
81
81
## Main features and differences with other tools
82
82
83
83
`Pore2Chip` addresses complex pore structures by representing pore networks as connected shapes, unlike older sphere packing algorithms.
84
-
This enables users to easily create and control pore networks representing various real-world conditions. `Pore2Chip` offers experimental design capabilities that
85
-
cannot be achieved by existing software such as epyc [@Dobson2022].
86
-
`Pore2Chip` provides support and reproducibility for developing lab-on-chip experimental designs uniformly across different soil datasets with fast, reasonably
87
-
accurate, first-order flow modeling capabilities. Microscale experiments using `Pore2Chip` micromodels may target both abiotic and biotic
88
-
processes and be integrated into modeling efforts such as water flow modeling, reactive transport modeling, and microbial activity simulations.
84
+
This enables users to easily create and control pore networks representing various real-world conditions. `Pore2Chip` offers experimental design capabilities that cannot be achieved by existing software such as epyc [@Dobson2022].
85
+
`Pore2Chip` provides support and reproducibility for developing lab-on-chip experimental designs uniformly across different soil datasets with fast, reasonably accurate, first-order flow modeling capabilities.
86
+
Microscale experiments using `Pore2Chip` micromodels may target both abiotic and biotic processes and be integrated into modeling efforts such as water flow modeling, reactive transport modeling, and microbial activity simulations.
89
87
90
88
91
89
## Implementation details and support libraries
92
90
93
91
Using `Porespy`[@Gostick2016], `OpenPNM`[@Gostick2016] and various graphics rendering libraries (e.g., drawsvg, ezdxf, svglib, cairosvg, reportlab),
94
-
`Pore2Chip` renders SVG or DXF micromodel designs of the generated network. Output designs are scalable and adjustable based
95
-
on the target porosity of the micromodel. It can also be exported as micromodel data in VTK formats for
96
-
visualization in Paraview or microfluidic simulations with open-source software such as `PFLOTRAN` (https://www.pflotran.org), `OpenFOAM` (https://www.openfoam.com),
97
-
and other physics-informed neural network modules. If the user wants to extract data from XCT images, `Pore2Chip` has image filtering and network extraction
98
-
modules utilizing Otsu thresholding and `PoreSpy`. Though, generation function can also work with data extracted by other software as long as it is an array of values that
99
-
Python can read.
92
+
`Pore2Chip` renders SVG or DXF micromodel designs of the generated network.
93
+
Output designs are scalable and adjustable based on the target porosity of the micromodel.
94
+
It can also be exported as micromodel data in VTK formats for visualization in Paraview or microfluidic simulations with open-source software such as `PFLOTRAN` (https://www.pflotran.org), `OpenFOAM` (https://www.openfoam.com),
95
+
and other physics-informed neural network modules.
96
+
If the user wants to extract data from XCT images, `Pore2Chip` has image filtering and network extraction modules utilizing Otsu thresholding and `PoreSpy`. Though, generation function can also work with data extracted by other software as long as it is an array of values that Python can read.
100
97
101
98
\autoref{fig:fig2} provides a high-level overview of the repository structure and example use cases (\autoref{fig:fig1}) within the `Pore2Chip` repository.
102
99
103
100
# Figures
104
101
105
-

102
+

106
103
107
104

0 commit comments