diff options
Diffstat (limited to '1286/CH4/EX4.14/4_14.sce')
-rwxr-xr-x | 1286/CH4/EX4.14/4_14.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1286/CH4/EX4.14/4_14.sce b/1286/CH4/EX4.14/4_14.sce new file mode 100755 index 000000000..8bb5cbc6c --- /dev/null +++ b/1286/CH4/EX4.14/4_14.sce @@ -0,0 +1,12 @@ +clc
+//initialisation
+v2=1.677//m3
+v1=0.001//m3
+dp=0.76*13600*9.81
+t=100//c
+T=t+273//k
+L=540000//cal//kg
+//CALCULATIONS
+dT=(dp*T*(v2-v1))/L
+//results
+printf(' increase in boiling point= % 1f C',dT)
|