(41) Bulk Cylindrical Tank
|
10-15-2018, 04:31 PM
Post: #41
|
|||
|
|||
RE: (41) Bulk Cylindrical Tank
(10-14-2018 10:15 PM)Dieter Wrote: The paper uses a "different" formula for the slant bottom section and assumes a spherical dome top with a given radius (which is different from the calculated radius). This is something in the paper that I don't understand: Why would they determine the radius R graphically or by measurement when it can be calculated? (10-15-2018 12:33 PM)Dieter Wrote: 2. If the dome top section is actually spherical there is exactly one solution: the radius R must be 90". From your excellent sketch I concluded: \( \begin{align*} a^2+r^2=R^2=(a+v_0)^2&=a^2+2av_0+v_0^2 \\ r^2&=2av_0+v_0^2 \end{align*} \) And thus: \(2a=\frac{r^2-v_0^2}{v_0}\) Let \(x\) be the radius of the surface in the dome on level \(v\). Then: \( \begin{align*} x^2 &= R^2-(a+v)^2 \\ &= R^2-a^2-2av-v^2 \\ &= r^2-(2a+v)v \end{align*} \) And thus: \(\left ( \frac{x}{r} \right )^2=1-\left ( \frac{2a}{r} + \frac{v}{r} \right )\frac{v}{r}\) But since: \(\frac{2a}{r}=\frac{r^2-v_0^2}{rv_0}=\frac{r}{v_0}-\frac{v_0}{r}\) We end up with: \(\left ( \frac{x}{r} \right )^2=1-\left ( \frac{r}{v_0}-\frac{v_0}{r} + \frac{v}{r} \right )\frac{v}{r}\) Here's the modified program for the HP-42S: Code: 00 { 72-Byte Prgm } Of course the constant \(\frac{r}{v_0}-\frac{v_0}{r}\) could be stored in another variable instead of calculating it again and again: Code: 30 RCL "r" Examples: 195 XEQ "TANK" 13,318.1905 198 XEQ "TANK" 13,509.0116 228 XEQ "TANK" 14,488.2093 Here I used \(10^{-12}\) for ACC. Do these results agree with your calculations? Kind regards Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)