diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to 'Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb')
-rw-r--r-- | Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb index 741dcc7d..69c36534 100644 --- a/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb +++ b/Basic_Principles_And_Calculations_In_Chemical_Engineering/ch21.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:63761cd2f20f542c8cf7d5599bfa09993cda87c6763136710915fa76185904f1" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of Mechanical work by a gas on a piston showing how the path affects the value of the work\n", + "\n", "\n", "from scipy.integrate import quad\n", "\n", @@ -78,7 +79,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of Specific Kinetic energy for a Flowing fluid\n", + "\n", "\n", "# Variables\n", "id_ = 3. ;\t\t\t# Internal diameter of tube-[cm]\n", @@ -119,7 +120,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of potential Energy change of water\n", + "\n", "\n", "# Variables\n", "# Let water level in first reservoir be the reference plane\n", @@ -157,7 +158,7 @@ "cell_type": "code", "collapsed": true, "input": [ - "# Calculation of an internal energy change using the heat capacity\n", + "\n", "\n", "# Variables\n", "#Constant volume process \n", @@ -200,7 +201,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of Enthalpy change\n", "\n", "# Variables\n", "#Constant pressure process \n", |