The Museum of HP Calculators


Schmidt and Prandtl Numbers for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Chemical Engineering Solution Book. This program was entered and uploaded by Tony Duell.

This program is supplied without representation or warranty of any kind. Tony Duell, Hewlett Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download

Program Listing

LINE  KEYS
 01 LBL "PR"
 02 CF 01
 03 GTO 01
 04 LBL "SC"
 05 SF 01
 06 LBL 01
 07 SF 00
 08 ENG 03
 09 CLX
 10 "U"
 11 PROMPT
 12 X=0?
 13 XEQ b
 14 STO 07
 15 CLX
 16 "CP"
 17 FS? 01
 18 "D"
 19 PROMPT
 20 X=0?
 21 XEQ b
 22 STO 04
 23 CLX
 24 "K"
 25 FS? 01
 26 "Dab"
 27 PROMPT
 28 X=0?
 29 XEQ a
 30 STO 06
 31 CLX
 32 "PR"
 33 FS? 01
 34 "SC"
 35 PROMPT
 36 X=0?
 37 XEQ a
 38 STO 03
 39 RCL 06
 40 *
 41 RCL 04
 42 RCL 07
 43 *
 44 /
 45 FS? 00
 46 1/X
 47 CLA
 48 ARCL 00
 49 "|-="
 50 ARCL X
 51 AVIEW
 52 STOP
 53 LBL a
 54 CF 00
 55 LBL b
 56 ASTO 00
 57 1
 58 RTN
 59 END

Go back to the HP-41 software library
Go back to the general software library
Go back to the main exhibit hall