• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: January 7th, 2024

help-circle




  • For simplicity, this process is called clarification.

    Unfortunately, coagulants are not effective at removing PFAS. The only effective methods for PFAS removal are adsorption (using granular activated carbon or ion exchange resins) or reverse osmosis filtration. These approaches are not used in traditional wastewater treatment because they are very expensive and are not required to meet registrations. However, potable reuse facilities will use these approaches to further treat wastewater effluent to drinking water standards. This is the future of water supply for arid areas like the southwest USA.

    Also PS, the most commonly used coagulants are aluminum sulphate (alum) and ferric sulphate, which are not polymers. Polymers definitely are used (especially where I live) but they are more expensive and thus avoided when not needed.



  • Waterdoc@lemmy.catoScience Memes@mander.xyzggplot2 is love. ggplot2 is life.
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    3
    ·
    3 months ago

    R with the tidyverse package is amazing once you get over the learning curve. It’s so much easier to simply type a few lines of code then to fiddle with the Excel GUI, plus the ability to customize the plot is much, much better in R.

    Yes making a simple plot in Excel is relatively easy, but try making something evening remotely complex and it’s terrible. A box plot is a great example of this, 2 lines of plotting code in R for a basic plot but an absolute nightmare to create in Excel.