AguaClara / ram_pump

Optimizing the hydraulic ram pump for more efficient use in providing plant plumbing.
4 stars 8 forks source link

Update on Python Code #35

Closed mailemccann closed 6 years ago

mailemccann commented 6 years ago

The past week we have been working on a Python code to find the idealized maximum efficiency for the pump under a set of experimental conditions. This allows us to see how far off we are from that maximum efficiency and what the biggest contributors to loss of efficiency are.

The goal of the rest of the semester is to set up our code and calculations so that next semester's team can work more efficiently and have a faster learning curve.

https://github.com/AguaClara/ram_pump/blob/master/IdealEfficiency.py

mailemccann commented 6 years ago

We are also working on analyzing experimental pressure data via ProCoDa_parsing python code in AguaClara_research repository in order to determine our efficiency.

stevenlopez182 commented 6 years ago
ideal velocity graph
WillLopez commented 6 years ago

Additionally, we measured effluent head using ProCoDa and will be including the data analysis in our code