Skip to content

amirsadafi/Pump_Sizing_Selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pump Selection Tool

This Python script helps users select the appropriate pump type based on their flow rate, pressure, and other requirements. It follows a structured decision tree inspired by an industrial pump selection flowchart.

How It Works

  • The script prompts users to input their flow rate in GPM.
  • Based on the flow rate, it asks additional questions regarding pressure, particulate matter, self-priming capability, and other factors.
  • After gathering the necessary inputs, it determines and prints the most suitable pump type.

Usage

Run the script in a Python environment:

python pump_selection.py

Follow the prompts to receive the recommended pump type.

Requirements

  • Python 3.x

License

This project is open-source and available for use under the MIT License.

About

This Python script helps users select the appropriate pump type based on their flow rate, pressure, and other requirements. It follows a structured decision tree inspired by an industrial pump selection flowchart.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors