The script determines the onset of cavitation in a water system by taking inputs of temperature, flowrate, and throat area. It then calculates the cavitation number for a range of flowrates and generates a table of flowrate, cavitation number, and velocity at which cavitation is expected to occur. The script also generates graphs for cavitation number vs flowrate, temperature vs inception velocity, and velocity vs flowrate.
This script can be useful in various fluid engineering applications, such as designing pumps, turbines, and propellers, as well as in predicting the onset of cavitation in various fluid systems. The script has been published on GitHub, making it easily accessible for anyone interested in using it or contributing to its development.
- Cavitation Number - Euler's Equation
- Water Density - IAPWS Formulation 1995 equation
- Vapor Pressure - Antoine equation of water vapor
- Cavitation will incept at cavitation number of 1 (i.e, unity)
- Pure water is considered
- Install Prettytable Library before running this program by executing following command:
pip install prettytable
Author: Mohin Patel
Mail: [email protected]