summaryrefslogtreecommitdiff
path: root/sample_notebooks/KAVANA B
diff options
context:
space:
mode:
authorTrupti Kini2015-12-22 23:30:15 +0600
committerTrupti Kini2015-12-22 23:30:15 +0600
commit5d4ad197775046773493a55d4ae90b7e7a8cd51e (patch)
treef6d2e49583a8dbbf42d4b5e141379bb1f3d4021d /sample_notebooks/KAVANA B
parent44374f5910ed12df7ad65318de217c6eafa3365f (diff)
downloadPython-Textbook-Companions-5d4ad197775046773493a55d4ae90b7e7a8cd51e.tar.gz
Python-Textbook-Companions-5d4ad197775046773493a55d4ae90b7e7a8cd51e.tar.bz2
Python-Textbook-Companions-5d4ad197775046773493a55d4ae90b7e7a8cd51e.zip
Added(A)/Deleted(D) following books
A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter10_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter11_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter12_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter13_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter1_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter2_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter3_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter4_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter5_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter6_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter7_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter8_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/chapter9_1.ipynb A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/screenshots/Frequency_1.png A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/screenshots/Saturation_1.png A Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_by_Sergio_Franco/screenshots/Step_1.png A Electronic_Devices_by_S._Sharma/README.txt A Manufacturing_Science_by_A._Ghosh_And_A._K._Mallik/README.txt A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter10_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter1_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter2_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter3_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter4_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter5_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter6_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter7_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter8_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/Chapter9_2.ipynb A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/screenshots/CHAPTER9_1.png A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/screenshots/Fig_1.24_2.png A Optoelectronics:_An_Introduction_by_John_Wilson_&_John_Hawkes/screenshots/Fig_8.26_2.png A "sample_notebooks/KAVANA B/chapter3.ipynb" A sample_notebooks/RohitPhadtare/chapter_no.6.ipynb A "sample_notebooks/S PRASHANTHS PRASHANTH/Chapter_1_4.ipynb"
Diffstat (limited to 'sample_notebooks/KAVANA B')
-rw-r--r--sample_notebooks/KAVANA B/chapter3.ipynb145
1 files changed, 145 insertions, 0 deletions
diff --git a/sample_notebooks/KAVANA B/chapter3.ipynb b/sample_notebooks/KAVANA B/chapter3.ipynb
new file mode 100644
index 00000000..a66c91da
--- /dev/null
+++ b/sample_notebooks/KAVANA B/chapter3.ipynb
@@ -0,0 +1,145 @@
+{
+ "metadata": {
+ "name": ""
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "heading",
+ "level": 1,
+ "metadata": {},
+ "source": [
+ "CHAPTER 3: Heating and Cooling of Electrical Machines"
+ ]
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 3.1, Page number 37"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "import math\n",
+ "\n",
+ "#Variable declaration\n",
+ "d = 12.0 #Diameter of copper bar(mm)\n",
+ "t = 1.5 #Thickness of micanite tube(mm)\n",
+ "rho = 8.0 #Thermal resistivity(ohm-m)\n",
+ "theta_diff = 25.0 #Temperature difference(\u00b0C)\n",
+ "l = 0.2 #Length of bar(m)\n",
+ "\n",
+ "#Calculation\n",
+ "S = math.pi*(d+t)*10**-3*l #Area of insulation in the path of heat flow(m^2)\n",
+ "R_s = rho*t*10**-3/S #Thermal resistance in the micanite tube(ohm)\n",
+ "Q_con = theta_diff/R_s #Loss that will pass from copper bar to iron(W)\n",
+ "\n",
+ "#Result\n",
+ "print('Loss that will pass from copper bar to iron, Q_con = %.2f W' %Q_con)"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "Loss that will pass from copper bar to iron, Q_con = 17.67 W\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 3.2, Page number 37"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "#Variable declaration\n",
+ "ratio = 20.0 #Ratio of resistivity across lamination to along lamination\n",
+ "t = 40.0 #Thickness of lamination stack(mm)\n",
+ "S = 6000.0 #Cross-section of lamination(mm^2)\n",
+ "theta = 20.0 #Temperature difference across laminations(\u00b0C)\n",
+ "theta_1 = 5.0 #Temperature difference among laminations(\u00b0C)\n",
+ "Q_con_1 = 25.0 #Heat conducted along laminations(W)\n",
+ "S_1 = 2500.0 #Cross-section of lamination(mm^2)\n",
+ "t_1 = 20.0 #Thickness of lamination stack(mm)\n",
+ "\n",
+ "#Calculation\n",
+ "rho_1 = S_1*theta_1*10**-6/(Q_con_1*t_1*10**-3) #Thermal resistivity along direction of lamination(ohm-m)\n",
+ "rho = ratio*rho_1 #Thermal resistivity across laminations(ohm-m)\n",
+ "Q_con = S*10**-6*theta/(rho*t*10**-3) #Heat conducted across laminations(W)\n",
+ "\n",
+ "#Result\n",
+ "print('Loss that will be conducted across laminations, Q_con = %.f W' %Q_con)"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "Loss that will be conducted across laminations, Q_con = 6 W\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 3.3, Page number 39"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "#Variable declaration\n",
+ "e = 0.8 #Co-efficient of emissivity\n",
+ "temp_body = 60.0 #Temperature of body(\u00b0C)\n",
+ "temp_walls = 20.0 #Temperature of walls of room(\u00b0C)\n",
+ "\n",
+ "#Calculation\n",
+ "T_1 = 273+temp_body #Temperature of body(K)\n",
+ "T_0 = 273+temp_walls #Temperature of walls of room(K)\n",
+ "q_rad = 5.7*10**-8*e*(T_1**4-T_0**4) #Heat radiated from body(W/m^2)\n",
+ "\n",
+ "#Result\n",
+ "print('Heat radiated from body, q_rad = %.1f W/m^2' %q_rad)"
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": [
+ "Heat radiated from body, q_rad = 224.6 W/m^2\n"
+ ]
+ }
+ ],
+ "prompt_number": 1
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+} \ No newline at end of file