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