summaryrefslogtreecommitdiff
path: root/797/CH2/EX2.2.s/2_02_solution.sce
blob: 93cb6d6c8003c057a7fa8b802dec415e916f4a48 (plain)
1
2
3
4
5
6
//Solution 2-2
WD=get_absolute_file_path('2_02_solution.sce')
datafile=WD+filesep()+'2_02_example.sci'
clc;
exec(datafile)
printf("Minimum pressure allowed in the system to avoid cavitation is %1.2f kPa", P)