diff options
Diffstat (limited to '551/CH2/EX2.15/15.sce')
-rwxr-xr-x | 551/CH2/EX2.15/15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/551/CH2/EX2.15/15.sce b/551/CH2/EX2.15/15.sce new file mode 100755 index 000000000..8f5d40719 --- /dev/null +++ b/551/CH2/EX2.15/15.sce @@ -0,0 +1,8 @@ +clc
+p=101.325; //kPa
+V2=0.6; //m^3
+V1=0; //m^3
+W=p*(V2-V1);
+disp("work done by atmosphere=")
+disp(-W)
+disp("kJ")
\ No newline at end of file |