diff options
author | kinitrupti | 2017-05-12 18:40:35 +0530 |
---|---|---|
committer | kinitrupti | 2017-05-12 18:40:35 +0530 |
commit | d36fc3b8f88cc3108ffff6151e376b619b9abb01 (patch) | |
tree | 9806b0d68a708d2cfc4efc8ae3751423c56b7721 /Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb | |
parent | 1b1bb67e9ea912be5c8591523c8b328766e3680f (diff) | |
download | Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.gz Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.bz2 Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.zip |
Revised list of TBCs
Diffstat (limited to 'Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb')
-rw-r--r-- | Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb b/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb index 6b51de29..55a11dc9 100644 --- a/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb +++ b/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb @@ -34,6 +34,9 @@ } ], "source": [ + "\n", + "\n", + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 1\"\n", @@ -56,7 +59,7 @@ "#Temperature in degree celcius\n", "print\"Temperature at the centre in Degree C is\"\n", "T = theta*100+100\n", - "print\"T=\",T" + "print\"T=\",T\n" ] }, { @@ -87,6 +90,9 @@ } ], "source": [ + " \n", + " \n", + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 2\"\n", @@ -111,7 +117,7 @@ "print\"theta=\",theta\n", "print\"Temperature in K at centre point\"\n", "T = theta*100+300\n", - "print\"T=\",T" + "print\"T=\",T\n" ] }, { @@ -160,6 +166,7 @@ } ], "source": [ + " \n", "import math\n", "import numpy\n", " \n", @@ -206,7 +213,7 @@ "print T7\n", "print\"T8 in degree K\"\n", "T8 = T[7]\n", - "print T8" + "print T8\n" ] }, { @@ -248,6 +255,7 @@ } ], "source": [ + " \n", "import math\n", "import numpy\n", " \n", @@ -292,7 +300,7 @@ "print T5\n", "print\"T6 in degree C\"\n", "T6 = T[4]\n", - "print T6" + "print T6\n" ] }, { @@ -346,6 +354,7 @@ } ], "source": [ + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 6\"\n", @@ -403,7 +412,7 @@ "print T8\n", "print\"T9 in degree C\"\n", "T9 = T[8]\n", - "print T9" + "print T9\n" ] } ], |