summaryrefslogtreecommitdiff
path: root/632/CH11/EX11.28/example11_28.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH11/EX11.28/example11_28.sce')
-rwxr-xr-x632/CH11/EX11.28/example11_28.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/632/CH11/EX11.28/example11_28.sce b/632/CH11/EX11.28/example11_28.sce
new file mode 100755
index 000000000..8e706f3d3
--- /dev/null
+++ b/632/CH11/EX11.28/example11_28.sce
@@ -0,0 +1,6 @@
+//clc()
+U2 = 0.35*10^3;//kJ
+U1 = 0.25*10^3;//kJ
+//since the tank is rigid the volume does not change during heating, Under constant volume, the change in the internal energy is equal to the heat supplied
+Q = U2 - U1;
+disp("kJ",Q,"Heat transferred to the air = ") \ No newline at end of file