From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3685/CH22/EX22.5/Ex22_5.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3685/CH22/EX22.5/Ex22_5.sce (limited to '3685/CH22/EX22.5/Ex22_5.sce') diff --git a/3685/CH22/EX22.5/Ex22_5.sce b/3685/CH22/EX22.5/Ex22_5.sce new file mode 100644 index 000000000..9c970abff --- /dev/null +++ b/3685/CH22/EX22.5/Ex22_5.sce @@ -0,0 +1,14 @@ +clc +// Given that +p = 1 // Pressure in atm +t = 300 // Temperature in K +F = 5 // For oxygen gas degree of freedom +printf("\n Example 22.5 \n") +v = 445 // In m/s as given in the book +m = 5.31e-26 // Mass of oxygen molecule in kg +sigma = 3.84e-19 // As given in the book in m^2 +k = (1/6)*(v*F*(1.38*10^-23))/sigma +// If the gas has Maxwellian velocity distribution, +k_ = (1/3)*(F*(1.38*10^-23)/sigma)*((1.38*10^-23)*t/(%pi*m))^(1/2) +printf("\n Thermal conductivity = %f W/mK,\n If the gas has Maxwellian velocity distribution,\n Thermal conductivity = %f W/mK",k,k_) + -- cgit