Complex Flow Study
|
03-07-2024, 09:45 AM
(This post was last modified: 03-07-2024 06:03 PM by Ángel Martin.)
Post: #1
|
|||
|
|||
Complex Flow Study
Greetings fellow forum members,
The Contour Integration thread is a good example of doing HP-41 versions for advanced HP-15 programs. The next one in the advanced functions handbook is the Complex Potentials, and the program below is my take at an HP-41 version based on the original one. Design differences: I've used an X-Mem data file to store the results, which seemed more a appropriate than a matrix since there are no matrix operations involved (and obviously removes the need for the Advantage/SandMatrix). Besides, the SOLVE engine used is from the 'Solve & Integrate ROM" - a leaner module that avoids the need for said Advantage/SandMatrix. The complex potential function is programmed under its own global label, which in the example is LBL "PZ", integrated in the same code stream. Obviously the 41Z module is required. Finally, I used a couple of functions from the AMC_OS/X for data entry as a convenience, like PMTA to input the function name in ALPHA, and PMTK to choose whether the streamlines or the velocity equipotential lines are to be calculated. You should refer to the original description for details. Code: 01 LBL "ZFLOW" Cheers, ÁM "To live or die by your own sword one must first learn to wield it aptly." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)