Data for: Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles (doi:10.18419/darus-3768)

View:

Part 1: Document Description
Part 2: Study Description
Part 5: Other Study-Related Materials
Entire Codebook

(external link)

Document Description

Citation

Title:

Data for: Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles

Identification Number:

doi:10.18419/darus-3768

Distributor:

DaRUS

Date of Distribution:

2024-04-23

Version:

1

Bibliographic Citation:

Hofmann, Sebastian; Buntkiel, Lukas; Rautenbach, Ryan; Gaugler, Lena; Ma, Yifan; Haase, Ingrid; Fitschen, Jürgen; Wucherpfennig, Thomas; Reinecke, Sebastian; Hoffmann, Marko; Takors, Ralf; Hampel, Uwe; Schlüter, Michael, 2024, "Data for: Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles", https://doi.org/10.18419/darus-3768, DaRUS, V1

Study Description

Citation

Title:

Data for: Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles

Identification Number:

doi:10.18419/darus-3768

Authoring Entity:

Hofmann, Sebastian (TU Hamburg (TUHH))

Buntkiel, Lukas (Helmholtz-Zentrum Dresden-Rossendorf)

Rautenbach, Ryan (TU Hamburg (TUHH))

Gaugler, Lena (University of Stuttgart)

Ma, Yifan (Helmholtz-Zentrum Dresden-Rossendorf)

Haase, Ingrid (TU Hamburg (TUHH))

Fitschen, Jürgen (Boehringer Ingelheim Pharma GmbH & Co KG Late Stage USP Development)

Wucherpfennig, Thomas (Boehringer Ingelheim Pharma GmbH & Co KG Late Stage USP Development)

Reinecke, Sebastian (Helmholtz-Zentrum Dresden-Rossendorf)

Hoffmann, Marko (TU Hamburg (TUHH))

Takors, Ralf (University of Stuttgart)

Hampel, Uwe (Helmholtz-Zentrum Dresden-Rossendorf)

Schlüter, Michael (TU Hamburg (TUHH))

Distributor:

DaRUS

Access Authority:

Hofmann, Sebastian

Access Authority:

Hoffmann, Marko

Access Authority:

Schlüter, Michael

Depositor:

Hofmann, Sebastian

Date of Deposit:

2023-11-06

Holdings Information:

https://doi.org/10.18419/darus-3768

Study Scope

Keywords:

Engineering, Physics, Lagrangian Sensor Particle Tracking, Flow-Following Sensor Devices, Trajectories, Lagrangian Regime Analysis

Abstract:

<p>The DaRUS repository entails the raw files, result files and the MATLAB codes for the publication "Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles" in the journal "Chemical Engineering Research and Design".</p> This study employs Lagrangian Sensor Particles (LSPs) with a diameter of 40 mm equipped with a pressure sensor to investigate cell lifelines in a 15,000 L stirred tank reactor (STR) with three Elephant Ear impellers. The Stokes number of the LSPs is approx. 0.004 on a macro-scale. The vertical probability of presence, axial velocity profiles, circulation time distributions, and residence time distributions are quantified to analyze single-phase mixing heterogeneities, detect hydrodynamic compartments and conduct a Lagrangian regime analysis. Results reveal a similarly distributed probability of presence in the vertical reactor center but emphasize the LSP's sensitivity to fluctuating densities. Axial velocity distributions illustrate characteristic impeller-induced flow patterns, and circulation time distributions identify three compartments with comparatively shorter times in the axial center. Residence time distributions exhibit a similar compartmentalized profile. Moreover, the study estimates a potential oxygen deprivation zone for CHO cells in the upper compartment and demonstrates the LSP's efficacy in characterizing impeller systems. Contrary to literature, the ratio of examined global mixing times to circulation times is 1.0, highlighting macro-scale mixing. The research underscores that LSPs offer crucial insights into industrial-scale STRs, specifically for determining hydrodynamic compartments without having optical access.

Methodology and Processing

Sources Statement

Data Access

Other Study Description Materials

Related Publications

Citation

Title:

S. Hofmann, L. Buntkiel, R. Rautenbach, L. Gaugler, Y. Ma, I. Haase, J. Fitschen, T. Wucherpfennig, S. Reinecke, M. Hoffmann, R. Takors, U. Hampel, M. Schlüter, Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles, Chemical Engineering Research and Design (ChERD) (2024).

Identification Number:

10.1016/j.cherd.2024.04.015

Bibliographic Citation:

S. Hofmann, L. Buntkiel, R. Rautenbach, L. Gaugler, Y. Ma, I. Haase, J. Fitschen, T. Wucherpfennig, S. Reinecke, M. Hoffmann, R. Takors, U. Hampel, M. Schlüter, Experimental Analysis of Lifelines in a 15,000 L Bioreactor by Means of Lagrangian Sensor Particles, Chemical Engineering Research and Design (ChERD) (2024).

Other Study-Related Materials

Label:

f_circulation.m

Text:

This function calculates circulation time and related statistics based on provided data. It iterates through each LSP's height data to determine circulation time per plane. It then calculates weighted averages and errors for both individual planes and overall circulation time.

Notes:

text/plain

Other Study-Related Materials

Label:

f_clear_all_but.m

Text:

This function helps clearing selected variables from the workspace and is utilized in the code. Version: 16.09.2009, (c) Roland Pfister

Notes:

text/plain

Other Study-Related Materials

Label:

f_compartment_determination.m

Text:

The function calculates the edges of compartments in a system based on the provided circulation and residence time data. It utilizes the ischange function to detect changes in the data indicating compartment boundaries. The function handles data preprocessing, smoothing, and change detection to identify compartment edges. It also contains internal functions for neighbor analysis in the data.

Notes:

text/plain

Other Study-Related Materials

Label:

f_PDF_over_height.m

Text:

This function calculates the normalized sum-product average of the PDF over height, its associated error, and provides data for creating a shaded area in a plot to represent the uncertainty in the PDF over height. The function first normalizes the height data and bin spaces, and then computes the histogram for each column in the height matrix. It then calculates a weighted average of these histograms, taking into account the number of counts in each bin. The function also calculates the standard deviation and error associated with this weighted average, and prepares data for plotting a shaded area representing this uncertainty.

Notes:

text/plain

Other Study-Related Materials

Label:

f_PDF_v_ax.m

Text:

The f_PDF_v_ax function calculates the probability density function (PDF) for the axial velocity distribution with a weighted average. Here's a detailed overall description of the function: The function takes a matrix dh_dt as input, where each column represents axial velocity data from a different mote (sensor), and each row represents a different velocity measurement.

Notes:

text/plain

Other Study-Related Materials

Label:

f_read_data_HZDR.m

Text:

This function navigates directory structures to read raw data and metadata from XML files, processes the data for different reactor speeds (RPM), and provides raw and smoothed interpolated data arrays for further analysis. For this purpose it utilizes two local functions.

Notes:

text/plain

Other Study-Related Materials

Label:

f_regime_analysis.m

Text:

This function performs regime analysis on LSP data to identify and analyze different flow regimes within a reactor, following a methodology similar to that used by Haringa et al. It processes compartment positions and types based on either circulation or residence time data, to calculate the Probability Density Function (PDF) of the regimes across different reactor heights.

Notes:

text/plain

Other Study-Related Materials

Label:

f_v_ax.m

Text:

This function calculates the distribution of vertical velocities (dh_dt) into respective bins based on height (h). It separates velocities into positive and negative components, computes their absolute values, and then calculates the weighted average of absolute, positive, and negative velocities for each bin. Additionally, it computes the uncertainty of the weighted averages. This function also provides counts of positive, negative, and absolute velocities for each bin, as well as shaded areas representing the uncertainty for the weighted averages.

Notes:

text/plain

Other Study-Related Materials

Label:

f_V_dot.m

Text:

This function computes various parameters related to fluid flow and reactor geometry, focusing on volume flow rates and residence times. This function provides two options for calculating volume flow rates and residence times in a reactor. The first option is less accurate but computationally simpler, while the second option offers more accuracy by considering boundary conditions and iteratively refining the calculations. The second option iterates through possible diameters for the inner zone, calculating the corresponding diameter for the outer zone based on mass balance assumptions. It then computes various parameters such as cross-sectional areas, volume flow rates, and residence times, taking uncertainties into account. The function also performs tests for mass conservation to ensure the accuracy of the calculations and provides shaded areas to visualize uncertainties in the results.

Notes:

text/plain

Other Study-Related Materials

Label:

main.m

Text:

This script conducts data processing and analysis for Lagrangian Sensor Particles (LSPs) in a 15 kL bioreactor. It sets initial conditions, computes various physical properties, and iterates over datasets corresponding to HZDR data. The script involves preprocessing, calculation of parameters. It also includes data selection, logging, visualization, and saving functionalities.

Notes:

text/plain

Other Study-Related Materials

Label:

plot_graphs_HZDR_paper.m

Text:

This script creates all plots utilized in the manuscript. Additionally it calculates mixing time correlations, dimensionless mixing times and correlating stirrer Reynolds numbers from former mixing time trials.

Notes:

text/plain

Other Study-Related Materials

Label:

St_Fl_number_estimation.m

Text:

This script estimates first Stokes numbers and Flow numbers for a bioreactor system. It involves calculations for both liquid and solid phases under various operating conditions. The script includes the plotting of Figure 10 in the manuscript.

Notes:

text/plain

Other Study-Related Materials

Label:

xml2struct.m

Text:

This function helps reading the xml file for evaluation in the code. Source: https://de.mathworks.com/matlabcentral/fileexchange/58700-xml2struct-with-bug-fix-and-added-features (November 2022)

Notes:

text/plain

Other Study-Related Materials

Label:

Versuch_10_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_10_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_11_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_11_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_11_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_12_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_12_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_12_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_12_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_13_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_13_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_13_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_13_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_13_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_14_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_14_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_14_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_14_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_15_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_15_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_15_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_15_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_15_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_16_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_16_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_16_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_17_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_17_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_17_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_18_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_18_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_18_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_18_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_19_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_19_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_19_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_1_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_1_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_20_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_20_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_20_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_20_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_21_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_21_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_21_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_22_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_22_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_22_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_22_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_23_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_23_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_23_SP_4_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_23_SP_5_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_2_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_2_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_2_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_3_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_3_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_4_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_4_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_4_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_5_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_6_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_6_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_7_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_7_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_7_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_8_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_8_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_8_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_9_SP_1_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_9_SP_2_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_9_SP_3_pressure_data.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

Versuch_10_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_10_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_11_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_11_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_11_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_12_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_12_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_12_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_12_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_13_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_13_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_13_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_13_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_13_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_14_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_14_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_14_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_14_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_15_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_15_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_15_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_15_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_15_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_16_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_16_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_16_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_17_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_17_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_17_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_18_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_18_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_18_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_18_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_19_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_19_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_19_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_1_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_1_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_20_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_20_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_20_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_20_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_21_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_21_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_21_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_22_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_22_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_22_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_22_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_23_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_23_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_23_SP_4_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

Versuch_23_SP_5_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_2_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_2_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_2_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_3_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_3_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_4_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_4_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_4_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_5_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_6_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_6_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_6_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_7_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_7_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_7_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_8_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_8_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_8_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_9_SP_1_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_9_SP_2_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

versuch_9_SP_3_pressure_data.npz

Notes:

application/octet-stream

Other Study-Related Materials

Label:

data_HZDR_all_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_all_HZDR_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_comp_regime_all_HZDR_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_15rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_20rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_25rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_30rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_35rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_35rpm_0000lpm_37deg.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

graph_HZDR_40rpm_0000lpm.mat

Notes:

application/matlab-mat

Other Study-Related Materials

Label:

circ_time_dist_per_plane.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

circ_time_wo_gassing_HZDR.jpg

Text:

Circulation Time Distribution over reactor height with uncertainty.

Notes:

image/jpeg

Other Study-Related Materials

Label:

dimensionless_time_vs_Re_STR.jpg

Text:

Dimensionless mixing time n*t vs. stirrer Reynolds number

Notes:

image/jpeg

Other Study-Related Materials

Label:

Lagrangian_Regime_Analysis_plotinplot.png

Notes:

image/png

Other Study-Related Materials

Label:

PDF_over_height_wo_gassing_HZDR.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

PDF_over_height_wo_gassing_HZDR_2037deg.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

raw_data_sample.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

raw_data_sample_snippet_reg_analysis.png

Notes:

image/png

Other Study-Related Materials

Label:

regime_analysis_wo_gassing_HZDR.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

tau_wo_gassing_new.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

t_mix_glob_vs_t_circ_PV_AND_lin_regression.jpg

Text:

Plot P/V vs. t_mix, t_circ and tau AND t_circ and tau vs. t_mix

Notes:

image/jpeg

Other Study-Related Materials

Label:

t_reciproc_vs_n_with_reactor.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

v_ax_pos_neg_wo_gassing_HZDR.jpg

Notes:

image/jpeg

Other Study-Related Materials

Label:

v_ax_pos_neg_wo_gassing_HZDR_2037deg.jpg

Notes:

image/jpeg