From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 587/CH3/EX3.4/example3_4.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 587/CH3/EX3.4/example3_4.sce (limited to '587/CH3/EX3.4/example3_4.sce') diff --git a/587/CH3/EX3.4/example3_4.sce b/587/CH3/EX3.4/example3_4.sce new file mode 100755 index 000000000..defd9782d --- /dev/null +++ b/587/CH3/EX3.4/example3_4.sce @@ -0,0 +1,17 @@ +clear; +clc; + +//Example3.4[Equivalent Thickness for Contact Resistance] +//Given:- +k=237;//Thermal conductivity of aluminium[W/m.K] +L=0.01;//Thickness of aluminium plate[m] +hc=11000;//Thermal contact conductance[W/m^2.K] +//Solution:- +Rc=1/hc;//[m^2.K/W] +disp("Since thermal contact resistance is the inverse of thermal contact conductance") +disp("m^2.K/W",Rc,"Hence Therml contact Resistance is") +//For a unit surface area, the thermal resistance of a flat plate is defined as +R=L/k; +//Equivalent thickness for R=Rc +L=k*Rc;//[m] +disp("cm",(100*L),"Equivalent thickness is") \ No newline at end of file -- cgit