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