summaryrefslogtreecommitdiff
path: root/797/CH8/EX8.10.e/8_10_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH8/EX8.10.e/8_10_example.sci')
-rw-r--r--797/CH8/EX8.10.e/8_10_example.sci8
1 files changed, 8 insertions, 0 deletions
diff --git a/797/CH8/EX8.10.e/8_10_example.sci b/797/CH8/EX8.10.e/8_10_example.sci
new file mode 100644
index 000000000..231e8e02d
--- /dev/null
+++ b/797/CH8/EX8.10.e/8_10_example.sci
@@ -0,0 +1,8 @@
+//Example 8-10 Measuring Flow rate with an Orifice Meter
+rho_met = 788.4 //density of methanol at 20C [kg/m^3]
+rho_Hg = 13600 //density of mercury [kg/m^3]
+mu = 5.875 * 10**-4//dynamic viscosity of methanol [kg/m.s]
+D = 4 //diameter of pipe [cm]
+d = 3 //diameter of orifice [cm]
+h = 11 //differenctial height [cm]
+g = 9.81 //gravitational acceleration \ No newline at end of file