![]() |
HP35s 2-D frame analysis - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: HP35s 2-D frame analysis (/thread-127853.html) |
HP35s 2-D frame analysis - John Wasilewski - 11-02-2007 ******
STRUCTURAL FRAME ANALYSIS FOR AN HP35s The HP35s seems to be limited to 26 direct and 100 indirect storage locations, which limits the maximum size of structure. I've just looked at this a little more closely and I estimate that the calculator could possible solve a structure with eg 4 lines of columns and 3 upper storeys, which is 16 nodes and 21 members. This would be a seriously useful tool for structural engineers.
It would be possible only by three tricks. This would eliminate lengthy input routines (making for a short program). It would also need a clever equation solver with a simple algorithm to retrieve stiffness matrix terms from packed halfbandwidth storage. The solver would also need to solve the equations in-situ, by which I mean that the original coefficients become gradually over-written by the solution, and to do this entirely in the half bandwidth of a banded symmetrical matrix. Such solvers do exist in eg Fortran or c but would need porting to HP35s machine code (not hard to do). All the above seems very tempting... but just when can I ever find the time to do it? Answer: I can't!
Would anyone else be interested in having a go at it? Probably we need a structural or aeronautical engineer who enjoys numerical modelling to tackle it. I would be happy to help with suggestions - in particular with the member numbering convention referred to above, which facilitates direct assembly of stiffness equations. Re: HP35s 2-D frame analysis - Don Shepherd - 11-02-2007 John, I think its 26 direct and 800 indirect.
Re: HP35s 2-D frame analysis - John Wasilewski - 11-02-2007 You're right. I've no idea where I got 100 from. Really must glance at the manual a little more often. This adds greatly to the need for a powerful program like frame analysis, which will really USE all that storage. Even if, after allowing space for the code for this program and a few others, we only have 400 indirect storage registers remaining, this would still be ample for anything one would ever need to do on a calculator. For example: Plane frame
INPUT
OUTPUT (for each loadcase)
THe above problem would need 222 storage locations for the stiffness equations. Re: HP35s 2-D frame analysis - Brad Davis - 11-02-2007 Good luck! I've written 2D and 3D linear and nonlinear analysis programs in Mathcad before and THAT was a chore. I can't imagine writing or using a frame analysis program on a HP50g, much less a HP35s. I saw one of these programs for the 49/50 on a website a while back, FWIW.
Re: HP35s 2-D frame analysis - Rodger Rosenbaum - 11-03-2007 Do you do these types of calculations in your current employment? What do use to do the calculations, something running on a PC, perhaps? If you had the software to run on a 35S, would you actually use it for work, or is this just for the fun of it?
I understand "for the fun of it", but I'm curious to know which it is for you.
Re: HP35s 2-D frame analysis - John Wasilewski - 11-03-2007 Quote:
Fair question.
All of these are significant contributors to my motivation.
Reason (1)
Reason (2)
Reason (3)
Does that answer your question? Re: HP35s 2-D frame analysis - John Wasilewski - 11-03-2007 It is do-able. I did it on a TI-59 years ago. The program could solve structures with up to around 10 members and 9 nodes. Not a lot, but really useful from time to time. -- John
Re: HP35s 2-D frame analysis - Rodger Rosenbaum - 11-03-2007 Yes, thank you.
|