summaryrefslogtreecommitdiff
path: root/1328/CH4/EX4.2/4_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1328/CH4/EX4.2/4_2.sce')
-rw-r--r--1328/CH4/EX4.2/4_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1328/CH4/EX4.2/4_2.sce b/1328/CH4/EX4.2/4_2.sce
new file mode 100644
index 000000000..b9f9666f0
--- /dev/null
+++ b/1328/CH4/EX4.2/4_2.sce
@@ -0,0 +1,10 @@
+printf("\t example 4.2 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=1000+460; // R
+T2=800+460; // R
+e1=0.6; // emissivity of hotter wall
+e2=0.8; // emissivity of colder wall
+Q=(((0.173)/((1/0.6)+(1/0.8)-1))*((14.6)^4-(12.6)^4)); // using eq.4.26,heat loss per unit area,Btu/(hr)*(ft^2)
+printf("\t heat removed from colder wall per unit area is : %.0f Btu/(hr)*(ft^2) \n",Q);
+printf("\t For perfect black bodies the value was 3500 Btu/(hr)(ft^2) \n");
+// end