diff options
Diffstat (limited to 'Industrial_Instrumentation/ch7.ipynb')
-rw-r--r-- | Industrial_Instrumentation/ch7.ipynb | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/Industrial_Instrumentation/ch7.ipynb b/Industrial_Instrumentation/ch7.ipynb index f35bb080..50954e24 100644 --- a/Industrial_Instrumentation/ch7.ipynb +++ b/Industrial_Instrumentation/ch7.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:83b04c725ceaf9254a1b319f62cfdfa8f3ba518f51286a3d08dbbb299f685e47" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,14 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Determine the following :\n", - "(i) Work done on the copper during the process,\n", - "(ii) Change in entropy,\n", - "(iii) The heat transfer,\n", - "(iv) Change in internal energy, and\n", - "(v) (c p \u2013 c v ) for this change of state.\n", - "'''\n", + "\n", "\n", "# Variables\n", "B = 5.*10**(-5); \t\t\t# /K\n", @@ -89,9 +83,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Using Clausius-Claperyon\u2019s equation, find enthalpy of vapourisation.\n", - "'''\n", + "\n", "\n", "# Variables\n", "vg = 0.1274; \t\t\t#m**3/kg\n", @@ -130,9 +122,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Determine the pressure an ice skate blade must exert to allow smooth ice skate at \u2013 10\u00b0C.\n", - "'''\n", + "\n", "\n", "import math\n", "\n", @@ -175,9 +165,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Calculate the specific volume v g of saturation mercury vapour at 0.1 bar\n", - "'''\n", + "\n", "\n", "# Variables\n", "h_fg = 294.54; \t\t\t#kJ/kg\n", |