summaryrefslogtreecommitdiff
path: root/Transport_Phenomena/ch7.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Transport_Phenomena/ch7.ipynb')
-rw-r--r--Transport_Phenomena/ch7.ipynb34
1 files changed, 12 insertions, 22 deletions
diff --git a/Transport_Phenomena/ch7.ipynb b/Transport_Phenomena/ch7.ipynb
index 917619d0..22fcb9f1 100644
--- a/Transport_Phenomena/ch7.ipynb
+++ b/Transport_Phenomena/ch7.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:e57625380c3ea6b7f8400e3a53dcc1fb5baa99ca292bbffb9fd53f96e3df830e"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,9 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "How long will it take to remove one-half of the contents? How long will it take to empty the tank?\n",
- "'''\n",
+ "\n",
"import math \n",
"from scipy.integrate import quad \n",
"\n",
@@ -90,7 +89,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the flue (exit) gas composition.\n",
+ "\n",
"\n",
"# Variables\n",
"# composition of fuel gas\n",
@@ -156,7 +155,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the force exerted by the elbow on the fluid.\n",
+ "\n",
"import math\n",
"# Variables\n",
"# given\n",
@@ -228,7 +227,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Repeat Example 7.4 using the force balance concept\n",
"\n",
"import numpy\n",
"import math\n",
@@ -293,7 +291,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the force exerted by the bolts on the flanges.\n",
"\n",
"# Variables\n",
"id_ = 6.; \t\t\t #[inch] - inlet diameter\n",
@@ -359,7 +356,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the kinetic energy correction term\n",
"\n",
"from scipy.integrate import quad \n",
"# Variables\n",
@@ -416,7 +412,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the duty (heat load) needed to accomplish the heat exchange.\n",
+ "\n",
"\n",
"# Variables\n",
"Q = 0.03; \t\t\t #[m**3/sec] - volumetric flow rate\n",
@@ -463,7 +459,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# estimate the mass flow rate in kg s,\n",
+ "\n",
"\n",
"# Variables\n",
"d = 0.03; \t\t\t #[m] - diameter\n",
@@ -526,7 +522,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the flow rate in kg s\n",
+ "\n",
"\n",
"# Variables\n",
"sp = 1.45; \t\t\t # specific gravity of trichloroethylene\n",
@@ -575,7 +571,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the temperature rise for the water\n",
"\n",
"# Variables\n",
"Q = 50/(7.48*60); \t #[ft/sec] - volumetric flow rate of water\n",
@@ -624,7 +619,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the horsepower required if the centrifugal pump is 77 percent efficient and if fluid friction is negligible\n",
"\n",
"# Variables\n",
"deltaz = 30.; \t\t #[ft] - distance between process and the holding math.tank\n",
@@ -677,7 +671,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the shaft work done by the system \n",
+ "\n",
"\n",
"# Variables\n",
"p1 = 5.; \t\t\t #[atm] - initial pressure\n",
@@ -721,7 +715,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the pressure drop across the venturi.\n",
"\n",
"# Variables\n",
"T = 273.15+25; \t\t #[K] - temperature\n",
@@ -768,7 +761,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Rework Example 7.15, this time using engineering units.\n",
+ "\n",
"\n",
"# Variables\n",
"T = 536.67; \t\t\t #[degR]; - temperature\n",
@@ -814,7 +807,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#find the pressure at the vessel pressure tap.\n",
"\n",
"# Variables\n",
"at = 0.049; \t\t\t #[in**2] - cross sectional area of the manometer tubing\n",
@@ -865,7 +857,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Is the coin gold?\n",
+ "\n",
"\n",
"# Variables\n",
"p = 749./760; \t\t\t #[atm]\n",
@@ -913,7 +905,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the true mass of the wood if the temperature is 21\u00b0C and the barometer reads 749 Totr.\n",
"\n",
"# Variables\n",
"P = 749./760; \t\t\t #[atm] - pressure\n",
@@ -955,7 +946,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the pressure 50ft above a beach in Fort Lauderdale\n",
+ "\n",
"\n",
"# Variables\n",
"T = 545.67; \t\t\t #[degR] - temperature\n",
@@ -999,7 +990,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Calculate the pressure and temperature\n",
"\n",
"# Variables\n",
"To = 545.67; \t\t\t #[degR] - air temperature at beach level\n",