(41) Bulk Cylindrical Tank
|
10-14-2018, 01:47 PM
Post: #35
|
|||
|
|||
RE: (41) Bulk Cylindrical Tank
Here's another approach for the HP-42S using numeric integration.
For the dome an ellipsoid is used. Code: 00 { 60-Byte Prgm } Code: 00 { 44-Byte Prgm } Make sure to initialise these variables and set the calculator to RAD mode: Code: h0= 12.0000 Set the accuracy ACC to something reasonable like \(10^{-8}\). Examples 3 XEQ "TANK" 16.9551 8 XEQ "TANK" 175.0894 112 XEQ "TANK" 7,473.2363 195 XEQ "TANK" 13,324.4312 198 XEQ "TANK" 13,532.5136 Compare this to the examples given in table 25-3 of the paper: \( \begin{matrix} \textbf{Measurement #} & \textbf{H (total vertical level)} & \textbf{# Gallons} \\ 1 & 3" & 21 \\ 2 & 8" & 200 \\ 3 & 112" & 7,473 \\ 4 & 195" & 13,284 \\ 5 & 198" & 13,444 \end{matrix} \) Kind regards Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)