summaryrefslogtreecommitdiff
path: root/797/CH1/EX1.6e/1_06_example.sci
diff options
context:
space:
mode:
Diffstat (limited to '797/CH1/EX1.6e/1_06_example.sci')
-rw-r--r--797/CH1/EX1.6e/1_06_example.sci4
1 files changed, 4 insertions, 0 deletions
diff --git a/797/CH1/EX1.6e/1_06_example.sci b/797/CH1/EX1.6e/1_06_example.sci
new file mode 100644
index 000000000..e1fb383e5
--- /dev/null
+++ b/797/CH1/EX1.6e/1_06_example.sci
@@ -0,0 +1,4 @@
+//Example 1-06 Significant Digits and Volume Flow Rate
+V = 1.1 //volume of water collected [gal]
+deltat = 45.62 //time interval [s]
+gal_cubicm = 3.785 * 10**-3 //conversion factor [gal] to [m^3]