blob: 2d458cad610336bd6117282705d08dd4179b5a92 (
plain)
1
2
3
4
5
6
7
8
|
clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 1.8 Page 40 \n')// Example 1.8
//Theoretical Problem
printf('\n The given example is theoretical and does not involve any numerical computation')
//End
|