summaryrefslogtreecommitdiff
path: root/3651/CH5/EX5.5/5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3651/CH5/EX5.5/5.sce')
-rw-r--r--3651/CH5/EX5.5/5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3651/CH5/EX5.5/5.sce b/3651/CH5/EX5.5/5.sce
new file mode 100644
index 000000000..744c982ac
--- /dev/null
+++ b/3651/CH5/EX5.5/5.sce
@@ -0,0 +1,11 @@
+//Variable declaration
+El=10**-2*50; //energy loss(J)
+H=El*60; //heat produced(J)
+d=7.7*10**3; //iron rod(kg/m**3)
+s=0.462*10**-3; //specific heat(J/kg K)
+
+//Calculation
+theta=H/(d*s); //temperature rise(K)
+
+//Result
+printf('temperature rise is %0.3f K \n',(theta)) \ No newline at end of file