diff options
Diffstat (limited to '3825/CH6/EX6.3/Ex6_3.sce')
-rw-r--r-- | 3825/CH6/EX6.3/Ex6_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3825/CH6/EX6.3/Ex6_3.sce b/3825/CH6/EX6.3/Ex6_3.sce new file mode 100644 index 000000000..6def88f0c --- /dev/null +++ b/3825/CH6/EX6.3/Ex6_3.sce @@ -0,0 +1,7 @@ +clc
+hf=762.61 //in kJ/kg
+hg=2776.2 //in kJ/kg
+he=2696.12 //in kJ/kg
+hi=he//isenthalpic process
+X=(hi-hf)/(hg-hf)
+mprintf("X=%f",X)//ans vary due to roundoff error
|