Contents Links Search
 

RPN Scripts

RPN Documentation

Submit Script

Conversion
   Conversions
   Convert
   Euro
   Euro_Calculator
   Soundex
Engineering
   Feet_&_Inch
   Units
   Water
Entertainment
   Master_Mind
   Sticks!
Finance
   Annuity
   Euro_Calculator
   TVM_Financial_Functions
Math
   3D_Vectors_v1.2
   Base
   Base_Conversions
   Complex_Arithmetic
   Complex_Math
   Discrete_Math
   EBBases
   Fractions
   Fractions
   Least
   Logs_&_Powers
   Misc
   Regressions
   Scientific
   Scientific_Functions
   Scientific_Programmable
   Simple_Complex_Math
   Standard_Normal_Distribution
   Trig
Misc
   Health
   Husband's_Calculator
Physics
   Angle_of_View
   Depth_of_Field
   Physics_Functions
Time
   Clock
   Julian
   Multiple_Timer
   Stop5Watch
   Stopwatch
   Timer
Utility
   Board_Foot_Calculator
   Calendar_Functions
   Checkbook_II
   MiniG
   Stack_Handling_and_Saving
   WindChill

Water
William A. Gode-von Aesch - email


summary
Water & Wastewater Unit Conversions

instructions
This is a very simple conversion utility based
upon the same idea and concept as the "Convert"
script. I simply changed the conversion factors
to suit my needs. Due credit should go to the
Author of "Convert" who is unfortunately unknown
to me.

The "Water" script converts the following units:

cfs<->AFD (cubic feet per second <-> acre-feet per day)
cfs<->AFH (cubic feet per second <-> acre-feet per hour)
cfs<->gpm (cubic feet per second <-> gallons per minute)
gal<->AF (gallons <-> acre-feet)
cfs<->MGD (gallons <-> millions of gallons per day)
cf<->AF (cubic feet <-> acre-feet)

code
RPN.2+2 \ Water
"Water"
"[cfs:\Converts acre-feet per day\to cubic feet per 
second"#'1.98347107438'/;
"AFD]:\Converts cubic feet per second\to acre-feet per 
day"#'1.98347107438'*;
"[cfs:\Converts acre-feet per hour\to cubic feet per 
second"#'0.08264462810'/;
"AFH]:\Converts cubic feet per second\to acre-feet per 
hour"#'0.08264462810'*;
~
"[cfs:\Converts gallons per minute\to cubic feet per second"#'448.05'/;
"gpm]:\Converts cubic feet per second\to gallons per minute"#'448.05'*;
"[gal:\Converts acre-feet to gallons"#'325850.58'*;
"AF]:\Converts gallons to acre-feet"#'325850.58'/;
~
"[cfs:\Converts millions of gallons per\day to cubic feet per 
second"#'0.6463152'/;
"MGD]:\Converts cubic feet per second\to millions of gallons per 
day"#'0.6463152'*;
"[cf:\Converts acre-feet to\cubic feet "#'43560'*;
"AF]:\Converts cubic feet to\acre-feet"#'43560'/;

top
Nth Lab
©1996 - 2001 all rights reserved
August 03, 2001
contact