solveresid_o3 function

Determine ozone decay

Determine ozone decay

This function applies the ozone decay model to a water created by define_water

from U.S. EPA (2001) equation 5-128.

Source

U.S. EPA (2001)

See reference list at: https://github.com/BrownandCaldwell-Public/tidywater/wiki/References

solveresid_o3(water, dose, time)

Arguments

  • water: Source water object of class "water" created by define_water.
  • dose: Applied ozone dose in mg/L
  • time: Ozone contact time in minutes

Returns

A numeric value for the resiudal ozone.

Examples

ozone_resid <- define_water(7, 20, 100, doc = 2, toc = 2.2, uv254 = .02, br = 50) %>% solveresid_o3(dose = 2, time = 10)
  • Maintainer: Sierra Johnson
  • License: Apache License (>= 2) | MIT + file LICENSE
  • Last published: 2025-01-22