From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 581/CH2/EX2.12/Example2_12.sci | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 581/CH2/EX2.12/Example2_12.sci (limited to '581/CH2/EX2.12/Example2_12.sci') diff --git a/581/CH2/EX2.12/Example2_12.sci b/581/CH2/EX2.12/Example2_12.sci new file mode 100755 index 000000000..07dd50477 --- /dev/null +++ b/581/CH2/EX2.12/Example2_12.sci @@ -0,0 +1,9 @@ + clear; +clc; + +printf("\t Example 2.12\n"); +Rf=0.0005; //fouling ressistance,m^2*K/W +U=5; //heat transfer coefficient,W/(m^2*K) +Ucor=(U*Rf+1)/(U); +printf("\t corrected heat transfer coefficient is : %.2f W/(m^2*K)\n therefore the fouling is entirely irrelevant to domestic heat holds.", Ucor); +//end -- cgit