kinetic_release: Calculate normalized lead release from a lead pipe

View source: R/plot_kinetics.R

kinetic_releaseR Documentation

Calculate normalized lead release from a lead pipe

Description

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).

Usage

kinetic_release(a, t, D = 1e-09, beta = 1)

Arguments

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).

Value

A tibble with three columns: time in seconds, a variable name, and a normalized concentration.

Examples

kinetic_release(25e-3, 3600)

bentrueman/shinypbcusol documentation built on April 6, 2024, 12:12 a.m.