Andre Weiner, weiner@mma.tu-darmstadt.de
First supervisor: Prof. Dr. rer. nat. Dieter Bothe
Second supervisor: Prof. Dr.-Ing. Peter Stephan
micro reactor
size: millimeter
source: SPP 1740
prediction of
bubble column reactor
size: meter
source: R. M. Raimundo, ENI
U. D. Kück, M. Schlüter, N. Räbiger:
Analyse des grenzschichtnahen Stofftransports an frei aufsteigenden Gasblasen (2009)
$d_b=1~mm$ water/oxygen at room temperature
$\delta_h/\delta_c$ typically 10 ... 100
feasible simulations up to $Pe\approx 1000$ (3D, HPC)
$\Omega^\pm$ - liquid/gas domain, $\Sigma$ - interface, $f_i$ - cell faces
Normalized concentration profile $\tilde{c}_A$ in interface normal direction $x/\delta_c$ for the transfer species (solid blue line),
average concentration values per cell (shaded blue), and linear reconstruction (orange).
Idea: Leverage coherent structures in convection-dominated species boundary layers.
→ saves one refinement level (half cell-width)
Control volume (cube) with embedded interface (plane).
Normalized concentration field of Stokes-flow reference solution (left half) and subgrid-scale solution (right half) for $Sc=\nu/D=10^4/10^5/10^6/10^7$ (left to right).
$Sh = \frac{k_L d_b}{D}$ with $k_L = \frac{\dot{N}}{A_{eff}\Delta c}$
Idea: Replace analytical solution with machine learning (ML) model.
$s$ instances of feature - label pairs
| $s$ | $x_{1,s}$ | $x_{2,s}$ | $x_{3,s}$ | $y_s$ |
|---|---|---|---|---|
| 1 | 0.1 | 0.4 | 0.6 | 0.5 |
| 2 | ... | ... | ... | ... |
numerical solution
data extraction
Multilayer Perceptron
model training
implementation
Aim:
Create reference data for complex shapes and flow scenarios to assess model generalization.
Idea:
Decoupling of two-phase flow and species transport.
1. Two-phase flow simulation (Volume-of-Fluid)
2. Parametrization of shape and interfacial velocity
3. Geometry generation and export (STL format)
4. Single phase mesh
5. Flow solution
6. Species transport
Prismatic cell layers around a spherical-cap bubble with increasing mesh resolution.
Surfactant - surface active agent
Terminal velocity plotted against the bubble diameter. Experimental, numerical, theoretical and literature results.
Streamlines and magnitude of interfacial velocity for clean (left) and contaminated (right) interfaces. The glyphs depict local Marangoni forces.
Local Sherwood number for clean (left) and contaminated (right) interfaces.
Special thanks to David Merker, Jens Timmermann, Chiara Pesci and Dennis Hillenbrand
Thank you for your attention!
Get in touch: weiner@mma.tu-darmstadt.de
Solution based on Git/Github, Docker/Dockerhub and TUDatalib.
Feature density for the source terms of a parallel-consecutive reaction of type $A+B\rightarrow P$ and $A+P\rightarrow S$.
Video by courtesy of David Merker.
Image by courtesy of David Merker. Measurement apparatus by dataphysics-instruments.
Normalized concentration profile $\tilde{c}_B$ in interface normal direction $x/\delta_c$ for the bulk species (dashed blue line),
average concentration values per cell (shaded blue), and linear reconstruction (orange).
Normalized concentration profile $\tilde{c}_P$ in interface normal direction $x/\delta_c$ for the product species (dash-dotted blue line),
average concentration values per cell (shaded blue), and linear reconstruction (orange).
Reaction source profile $\dot{\tilde{r}}$ in interface normal direction $x/\delta_c$ (dash-dotted blue line),
cell average of $\dot{\tilde{r}}$ (shaded blue), and product of averages (orange). The Damköhler number is defined as $Da=kd_b/U_b$.
Idea: ranking of feature importance.
algorithms
example (left)
$f_m = f_m(\bar{c},Da,\tilde{r})$
Histogram (left) and heatmap (right) of the label error for the transfer species (A). Reminder: the height of a bar in a histogram depicts the number of instances in the range the bar covers. The index $01$ indicates a min-max-scaling.