MANPIP
|
04-12-2014, 04:29 AM
Post: #19
|
|||
|
|||
RE: MANPIP
This is the 2nd version of the MANNING program. It uses the top row of the keys similar to how you can solve TVM problems with the HP-12C. I used the following layout but this could be changed:
[N] [Q] [D] [S] [Y] You can use [STO] + key to enter the known data and [RCL] + key to read it. This works because registers 01-05 are used for these 5 variables. So you enter the known values and then press the key to calculate the unknown value. After a while the result is displayed. If you press [R/S] the velocity is displayed as well. If you want to calculate the full flow you have to set both D and Y to the same value. If you know N, Q and S you can only solve for full flow with the key [D]. It's currently not possible to solve for D when N, Q, S and Y are given. I could be wrong but I assumed that isn't used often. However you can solve for Y when N, Q, D and S are given. For certain values there might be two solutions but only the smaller is calculated. A fixed point iteration is used to solve the equation numerically. Thus the calculation may take a little longer especially for small values of \(\theta\). Examples You have to run this once to initialize the calculator: [XEQ] "MANNING" Partial flow: n = 0.0130 Q = 7.2400 d = 2.7500 S = 0.0020 y = 1.0441 .013 [STO] [N] 7.24 [STO] [Q] 2.75 [STO] [D] .002 [STO] [S] [Y] Y=1.0441 [R/S] V=3.5000 Full flow: (y = d) n = 0.0110 Q = 11.9559 d = 2.0000 S = 0.0020 y = 2.0000 .011 [STO] [N] 2 [STO] [D] [STO] [Y] .002 [STO] [S] [Q] Q=11.9559 [R/S] V=3.8057 Registers 00 k 01 n 02 Q 03 d 04 S 05 y 06 \(\theta\) 07 A 08 V Code: LBL "MANNING" Best regards Thomas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: MANPIP - Thomas Klemm - 04-07-2014, 06:53 PM
RE: MANPIP - Jerussi - 04-07-2014, 07:35 PM
RE: MANPIP - Thomas Klemm - 04-07-2014, 11:05 PM
RE: MANPIP - Jerussi - 04-07-2014, 07:37 PM
RE: MANPIP - Jerussi - 04-07-2014, 07:38 PM
RE: MANPIP - Jerussi - 04-08-2014, 06:01 PM
RE: MANPIP - Jerussi - 04-08-2014, 06:04 PM
RE: MANPIP - Jerussi - 04-08-2014, 09:29 PM
RE: MANPIP - Thomas Klemm - 04-09-2014, 08:05 AM
RE: MANPIP - Jerussi - 04-09-2014, 02:13 PM
RE: MANPIP - Thomas Klemm - 04-09-2014, 05:20 PM
RE: MANPIP - Jerussi - 04-09-2014, 02:28 PM
RE: MANPIP - Thomas Klemm - 04-09-2014, 06:58 PM
RE: MANPIP - Thomas Klemm - 04-12-2014, 04:58 AM
RE: MANPIP - Jerussi - 04-09-2014, 08:20 PM
RE: MANPIP - Thomas Klemm - 04-12-2014, 04:37 AM
RE: MANPIP - Jerussi - 04-09-2014, 09:50 PM
RE: MANPIP - Thomas Klemm - 04-10-2014, 08:56 AM
RE: MANPIP - Jerussi - 04-10-2014, 12:28 PM
RE: MANPIP - Thomas Klemm - 04-12-2014, 05:01 AM
RE: MANPIP - Thomas Klemm - 04-12-2014 04:29 AM
RE: MANPIP - Thomas Klemm - 04-12-2014, 10:54 AM
RE: MANPIP - Jerussi - 04-12-2014, 07:07 PM
RE: MANPIP - Thomas Klemm - 04-12-2014, 08:26 PM
RE: MANPIP - Jerussi - 04-12-2014, 07:21 PM
RE: MANPIP - Jerussi - 04-12-2014, 07:40 PM
RE: MANPIP - SlideRule - 04-24-2014, 04:01 PM
RE: MANPIP - Jerussi - 04-12-2014, 08:31 PM
RE: MANPIP - Jerussi - 04-22-2014, 05:18 PM
RE: MANPIP - Jerussi - 04-24-2014, 04:15 PM
RE: MANPIP - Ángel Martin - 04-27-2014, 06:58 AM
RE: MANPIP - Thomas Klemm - 04-28-2014, 08:54 PM
RE: MANPIP - SlideRule - 04-27-2014, 12:05 PM
RE: MANPIP - Jerussi - 04-28-2014, 02:35 PM
RE: MANPIP - Jerussi - 04-28-2014, 02:42 PM
|
User(s) browsing this thread: 1 Guest(s)