summaryrefslogtreecommitdiff
path: root/587/CH2/EX2.5
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /587/CH2/EX2.5
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '587/CH2/EX2.5')
-rwxr-xr-x587/CH2/EX2.5/example2_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/587/CH2/EX2.5/example2_5.sce b/587/CH2/EX2.5/example2_5.sce
new file mode 100755
index 000000000..7ef00a219
--- /dev/null
+++ b/587/CH2/EX2.5/example2_5.sce
@@ -0,0 +1,11 @@
+clear;
+clc;
+
+//Example2.5[Cooling of a Hot Metal Ball in Air]
+//Given:-
+T_ball=300;//Temeprature of ball[degree Celcius]
+T_surr=25;//Temperature of ambient air[degree Celcius]
+//Solution:-
+//The ball in initially at a uniform temperature and is cooled uniformly from the entire outer surface.Also, the temperature within the ball changes with the radial distance r and the time t. T=T(r,t)
+disp("The thermal conductivity is given to be variable,and there is no heat generation in the ball, therefore the differential equation governing the variation of temperature in the ball is")
+disp("(1/(r^2)d/dr((r^2)k(dT/dr))=rho*c(dT/dt)") \ No newline at end of file