Metadata-Version: 2.4
Name: flowtube
Version: 1.0.0
Summary: A Python package for transport and diffusion calculations in cylindrical flow reactors
Author-email: Corey Pedersen <coreyped@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/c-pedersen/flowtube
Project-URL: Repository, https://github.com/c-pedersen/flowtube
Project-URL: Documentation, https://github.com/c-pedersen/flowtube#readme
Project-URL: Bug Tracker, https://github.com/c-pedersen/flowtube/issues
Keywords: flow reactor,diffusion,transport,coated wall reactor,aerosol,atmospheric chemistry
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.18.0
Requires-Dist: pandas>=1.0.0
Requires-Dist: tabulate>=0.8.0
Requires-Dist: molmass>=2019.1.1
Dynamic: license-file

# flowtube Package

A Python package for transport and diffusion calculations in cylindrical flow reactors using the KPS method published in
Knopf et al., Anal. Chem., 2015. The package is currently designed for coated wall reactor (CWR) analysis with plans to
support aerosol flow reactors in future versions.

Author: Corey Pedersen

## Features
Flow Calculations: Flow rates, velocities, residence times, and Reynolds numbers

Transport Properties: Dynamic viscosity and density

Diffusion Analysis: Binary diffusion coefficients, Péclet numbers, and mixing parameters

Uptake Modeling: Diffusion correction factors and uptake coefficient calculations

Support for Inserts: Handles coated cylindrical inserts within flow tubes

## Scientific Applications
This package is designed for atmospheric chemistry and aerosol research, particularly for:
- Heterogeneous reaction kinetics studies
- Uptake coefficient measurements
- Flow reactor design and optimization
- Transport phenomena analysis in laminar flow systems

## Installation

```bash
pip install flowtube
```

## Acronyms
`sccm = standard cubic centimeter per minute` <br>
`FT = flow tube` <br>
`FR = flow rate` <br>
`MR = mixing ratio` <br>
`CWR = coated wall reactor` <br>

## Assumptions
KPS method assumptions (Knopf et al., 2015):
1. The interacting gas species is a trace gas in the bulk flow
2. Laminar flow is established in the flow reactor
3. The gas temperature and viscosity are homogeneous
4. The axial diffusion velocity is negligible compared to bulk flow velocity
5. The amount of gas species taken up is small compared to its reservoir
6. There is an absence of gas-phase reactions impacting gas species concentration

## Bibliography
Knopf, D.A., Pöschl, U., Shiraiwa, M., 2015. Radial Diffusion and Penetration of Gas Molecules and Aerosol Particles 
through Laminar Flow Reactors, Denuders, and Sampling Tubes. Anal. Chem. 87, 3746–3754. 
https://doi.org/10.1021/ac5042395
