summaryrefslogtreecommitdiff
path: root/1328/CH4/EX4.1/4_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1328/CH4/EX4.1/4_1.sce')
-rw-r--r--1328/CH4/EX4.1/4_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1328/CH4/EX4.1/4_1.sce b/1328/CH4/EX4.1/4_1.sce
new file mode 100644
index 000000000..b8d16b39e
--- /dev/null
+++ b/1328/CH4/EX4.1/4_1.sce
@@ -0,0 +1,7 @@
+printf("\t example 4.1 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=1000+460; // R
+T2=800+460; // R
+Q=((0.173)*((14.6)^4-(12.6)^4)); // using eq.4.24,Btu/(hr)*(ft^2)
+printf("\t heat removed from colder wall per unit area is : %.0f Btu/(hr)*(ft^2) \n",Q);
+// end