diff options
Diffstat (limited to 'Chemical_Engineering_Thermodynamics/ch16_1.ipynb')
-rw-r--r-- | Chemical_Engineering_Thermodynamics/ch16_1.ipynb | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/Chemical_Engineering_Thermodynamics/ch16_1.ipynb b/Chemical_Engineering_Thermodynamics/ch16_1.ipynb index 902f4a5c..69003cd3 100644 --- a/Chemical_Engineering_Thermodynamics/ch16_1.ipynb +++ b/Chemical_Engineering_Thermodynamics/ch16_1.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:a00a89ec39a5812cdf143d7f00f601a0bb401404f1638737e2689f71d07acb65" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,8 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of solubility\n", - "\n", + " \n", "import math \n", "\n", "# Variables\t\t\t\n", @@ -125,8 +125,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of solubility\n", - "\n", + " \n", "import math \n", "from scipy.integrate import quad \n", "\n", @@ -201,8 +200,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of composition\n", - "\n", + " \n", "from scipy.optimize import fsolve \n", "import math \n", "\n", @@ -289,8 +287,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of equilibrium composition\n", - "\n", + " \n", "# Variables\n", "T = 300;\t\t\t#[K]\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", @@ -334,9 +331,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of freezing point depression\n", - "\n", - "# Variables\n", + " \n", "R = 8.314;\t\t\t#[J/mol*K] - Universal gas constant\n", "M_wt_meth = 32;\t\t\t# Molecular weight of methanol \n", "M_wt_water = 18;\t\t\t# Molecular weight of water \n", @@ -387,8 +382,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of freezing point\n", - "\n", + " \n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", "T_f = 273.15;\t\t\t#[K] - Freezing point of water\n", @@ -445,8 +439,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Determination of boiling point elevation \n", - "\n", + " \n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", "T_b = 373.15;\t\t\t#[K] - Boiling point of water\n", @@ -497,8 +490,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of osmotic pressure\n", - "\n", + " \n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - Universal gas constant\n", "T = 25 + 273.15;\t\t\t#[K] - Surrounding temperature \n", @@ -549,7 +541,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Determination of pressure\n", "\n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", @@ -612,8 +603,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#Determination of amount of precipitate\n", - "\n", + " \n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", "T = 173.15;\t\t\t#[K] - Surrounding temperature\n", @@ -678,8 +668,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculation of pressure\n", - "\n", + " \n", "# Variables\n", "R = 8.314;\t\t\t#[J/mol*K] - universal gas constant\n", "T = 350.;\t\t\t#[K] - Surrounding temperature\n", |