blob: 6d68de72e6dcb204676954819c344503398dbf2b (
plain)
1
2
3
4
5
6
7
|
// Example 2_2
clc;clear;funcprot(0);
//Properties
P_sat=4.25;//The vapor pressure of water at 30°C in KPa
//Analysis
P_min=P_sat;
printf('The minimum pressure allowed in the system to avoid cavitation P_min=%0.2f kPa\n',P_min);
|