summaryrefslogtreecommitdiff
path: root/172/CH6/EX6.2/ex2.sce
blob: 29798c1aa6ba197ccf36b0d4c1d9d79f03f479a8 (plain)
1
2
3
4
5
6
7
8
9
//example 2
//work done for adding the fluid
clear
clc
P=600 //pressure in kPa
m=1 //in kg
v=0.001 //specific volume in m^3/kg
W=P*m*v //necessary work in kJ for adding the fluid 
printf(" \n hence,the work involved in this process is W=%.3f kJ. \n",W)