blob: 21ba9886b703fa331f4fa0aa01e094bb119d1e3a (
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 4.2 Page 218 \n')// Example 4.2
//Theoretical Problem
printf('\n The given example is theoretical and does not involve any numerical computation')
//End
|