summaryrefslogtreecommitdiff
path: root/965/CH2/EX2.77/77.sci
diff options
context:
space:
mode:
Diffstat (limited to '965/CH2/EX2.77/77.sci')
-rw-r--r--965/CH2/EX2.77/77.sci12
1 files changed, 12 insertions, 0 deletions
diff --git a/965/CH2/EX2.77/77.sci b/965/CH2/EX2.77/77.sci
new file mode 100644
index 000000000..c04f8eed9
--- /dev/null
+++ b/965/CH2/EX2.77/77.sci
@@ -0,0 +1,12 @@
+clc;
+clear all;
+disp("Microwave heating capacity")
+L=25/1000;//m thickness of slab
+k=1;// W/(m*C)
+tmax=100;// degree C
+ta=30;
+h=20;//W/(m^2*C)
+
+//tmax=qg*(L/(2*h)+L*L/(8*k))+ta
+qg=(tmax-ta)/(L/(2*h)+L*L/(8*k));// W/m^3
+disp("kW/m^3",qg/1000,"Microwave heating capacity = ")