diff options
Diffstat (limited to '172/CH6/EX6.11/ex11.sce')
-rwxr-xr-x | 172/CH6/EX6.11/ex11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/172/CH6/EX6.11/ex11.sce b/172/CH6/EX6.11/ex11.sce new file mode 100755 index 000000000..748c5dd58 --- /dev/null +++ b/172/CH6/EX6.11/ex11.sce @@ -0,0 +1,9 @@ +//example 11
+//Determining the final temperature of steam
+clear
+clc
+u2=3040.4 //final internal energy in kJ/kg
+hi=u2 //in kJ/kg
+P2=1.4 //final Pressure in MPa
+disp('Since, the final pressure is given as 1.4 MPa,we know two properties at the final state and hence,final state can be determined.The temperature corresponding to a pressure of 1.4 MPa and an internal energy of 3040.4 kJ/kg is found to be ')
+T2=452 //final temperature in Celsius
\ No newline at end of file |