View source: R/plot_kinetics.R
kinetic_release | R Documentation |
kinetic_release
computes the normalized Pb concentration (a and t can either be vectors or scalars), as described by
Kuch & Wagner (http://doi.org/10.1016/0043-1354(83)90256-7).
kinetic_release(a, t, D = 1e-09, beta = 1)
a |
A vector of pipe radii (m). |
t |
A vector of stagnation times (s). |
D |
Diffusion coefficient (m^2/s). |
beta |
Mass-transfer coefficient (1 to negate its effects, i.e., no diffusion barrier on pipe surface). |
A tibble with three columns: time in seconds, a variable name, and a normalized concentration.
kinetic_release(25e-3, 3600)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.