home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 1118 / ATMOS520.TXT < prev    next >
Encoding:
Text File  |  1999-11-13  |  7.8 KB  |  238 lines

  1.             ATMOS5 V 2.0
  2. ********************************************************
  3. *        For the Psion Series 5                        *
  4. ********************************************************
  5.  
  6. (Copyright, ╕ Jaap Laméris. November 1999)
  7.  
  8. INTRODUCTION
  9. ============
  10.  
  11. ATMOS5 is a program made for students, engineers or other
  12. professionals, who deal with the physics of the standard
  13. atmosphere. It is based on the 1976 STANDARD ATMOSPHERE,
  14. as it is documented in the following reference:
  15. 'US Standard Atmoshere, 1976' published by the US Government
  16. Printing Office, Washington DC.
  17.  
  18. This program was derived from my original program ATMOS3 developed
  19. for the Series 3x. After porting to the series 5 it has been
  20. extended with printing options. I have tried to make the program
  21. to be user friendly as far as possible, and included the use
  22. of different units for the different parameters. Preferences for
  23. the type of units are stored in a separate configuration file.
  24.  
  25. This program is freeware, not because I don't need the
  26. additional income or fancy the merits of this program, but
  27. charging for something I wrote as a hobby and for fun is not
  28. my style. Further by making it freeware (or better said
  29. postcardware, see the section REGISTERING) I will not be forced
  30. to spent considerable time in maintaining and supporting it just
  31. for the sake of getting a small additional income. That doesn't
  32. mean that I will not support it anymore. As an user of ATMOS
  33. myself and as a perfectionist by nature I will keep improving
  34. the program and supporting any users of it. Another reason to
  35. release it as freeware are some bad experiences in the past
  36. with shareware (PSION and PC) programs for which I paid the
  37. registration fee, after which the author did not support it
  38. any more, released it as freeware or kept charging for updates
  39. despite his earlier promises... .
  40.  
  41.  
  42. THEORETICAL BACKGROUND
  43. The 1976 standard atmosphere describes the
  44. "average" air properties of the first seven
  45. layers of the atmosphere. It is mostly suited
  46. for regions at moderate heights, thus not for polar
  47. or equatorial regions. The three lowest layers
  48. are implemented in this program. These are:
  49. the troposphere (0-11 km), and the two lowest
  50. sublayers in the stratosphere (I:11-22 km and
  51. II:22-32 km). Sometimes this last layer is also
  52. called the mesosphere.
  53.  
  54. The temperature is assumed to be lineairly
  55. decreasing in the troposphere, constant in
  56. the first sublayer of the stratosphere and
  57. lineairly increasing in the second sublayer
  58. of stratosphere. The pressure and density are
  59. both a function of the altitude and temperature.
  60.  
  61. In reality, actual values will differ from the
  62. standard conditions due to local effects on
  63. the ground and due to weather conditions.
  64. But the Standard Atmosphere is quite a good
  65. tool for engineering use in the field of
  66. aerodynamics and flight mechanics of aeronautical
  67. vehicles.
  68.  
  69. It is common to express the values of the
  70. pressure and density as relative values
  71. against the sea-level values.
  72.  
  73. Altitude is normally expressed in terms of
  74. geometric altitude, e.g. the distance above
  75. sealevel, while the actual altitude in the
  76. Standard Atmosphere is defined as the
  77. geopotential altitude, which is an imaginary unit
  78. independent on the value of the gravity constant.
  79. For low altitudes there is not much difference
  80. between both units.
  81.  
  82.  
  83. INSTALLATION
  84. ============
  85. Below is a list if files supplied in the distribution ZIP
  86. file (The file atmos520.ZIP).
  87.  
  88. atmos520.sis                         SIS installation file
  89. atmos520.txt                         this file
  90.  
  91. If using Psiwin 2.x within windows then just click on the atmos520.sis
  92. file. The program will appear in the "normal" Extras Bar after the
  93. installation. Alternatively, you may copy the ATMOS520.SIS to your EPOC
  94. machine and double tab it. If installing from somewhere other than
  95. Windows then you will need to obtain INS_TE.EXE and install that on
  96. your EPOC32 machine. This will enable .SIS files to be decoded using
  97. the EPOC32 machine.
  98.  
  99. After installation you should have on your machine the following files:
  100.  
  101. C:\system\app\atmos5\atmos5.OPA       Main application file.
  102. c:\system\app\atmos5\atmos5.AIF
  103. c:\system\app\atmos5\atmos5.MBM
  104. C:\system\app\atmos5\atmos5.HLP       ATMOS5 help file.
  105.  
  106.  
  107. USAGE
  108. =====
  109.  
  110. Most of the information you may need on how to use
  111. ATMOS5 is included on the on-line help.
  112.  
  113. If you do not install the online help here is a
  114. description of all hot-key presses.
  115.  
  116. Ctl+S    Singular output
  117. Output of standard atmoshere properties for a singular input.
  118. This may be:  altitude; relative density or relative pressure.
  119. Units are those specified in option Preferences.
  120.  
  121. Ctl+T    Tabular output
  122. Same as singular input but now for a range of input altitudes. 
  123. Input is the lower altitude level, the number of steps 
  124. (max. 10), and the step size. Units are those specified in 
  125. option Preferences,
  126.  
  127. Ctl+V    Preferences
  128. The units of the input and output parameters may be defined here.
  129. SI or British units may be choosen for altitude, density, pressure,
  130. temperature and speed independent of the other parameters.
  131.  
  132. Shft+Ctl+A    About
  133. Info on program
  134.  
  135. Shft+Ctl+H    Help
  136. Invokes the help screen
  137.  
  138. Ctl+E    Exit
  139. Exit the program
  140.  
  141.  
  142. In addition the printing option lets you invoke the regular Psion 5
  143. printing mode. Please note that you must have invoked first the
  144. tabular output mode to be able to print the tabular data.
  145.  
  146.  
  147. ACKNOWLEDGEMENTS
  148. ================
  149.  
  150. Thanks to Jezar for providing the Help generator, Neil K Bee (neil@bee.net)
  151. for the use of one of his icons, and all other PSION programmers, especially
  152. Steve Litchfield and Al Richey with their RMREVENT program, who gave me
  153. examples of goord working programs.
  154.  
  155.  
  156. REGISTRATION
  157. ============
  158.  
  159. WHY REGISTER ?
  160.  
  161. Although ATMOS5 is freeware, I would be very happy if you let me know that
  162. you are going to use my programme. First of all to satisfy my curiosity, after
  163. putting some time and effort in creating this program.
  164. Secondly it will encourage me to continue further with this program and
  165. extend it if you indicate a need for this. Thirdly I will be able to keep
  166. you informed on next releases of ATMOS5, if you registrate it by me.
  167.  
  168.  
  169. HOW DO I REGISTER ?
  170. Preferably you can send your name, adress and/or Email adres
  171. by Email to:
  172.  
  173. Jaap Lameris
  174. lamerisj@flevonet.nl
  175.  
  176. Else you can send a postcard to:
  177.  
  178. Jaap Lameris
  179. Richel 10
  180. 8303 KX EMMELOORD
  181. Netherlands.
  182.  
  183. Please include in your registration note,  the version number, you got,
  184. your postal adress and Email adress.
  185.  
  186. Additional information on ATMOS5 will be also available on my homepage:
  187.  
  188. http://Jaap_Lameris.tripod.com/mypsion.htm
  189.  
  190.  
  191. DISCLAIMER
  192. ==========
  193. Use this software at your own risk. I will not be held
  194. responsible for any loss of data and/or any damage caused
  195. to users or hardware caused by this software.
  196.  
  197.  
  198.  
  199. COPYRIGHT AND CONDITIONS
  200. ========================
  201. I reserve copyright on this material, any reproduction in
  202. part or whole is strictly prohibited. Additionally,
  203. reverse translation of any of files included in the file
  204. "ATMOS520.ZIP" is strictly prohibited.
  205.  
  206. You are permitted to distribute the file "ATMOS520.ZIP",
  207. as widely as you see fit, under one condition. That
  208. condition being; That the file is not in any way altered,
  209. and is sent on in an unchanged state.
  210.  
  211.  
  212.  
  213. FEEDBACK
  214. ========
  215. If you have any comments or suggestions for me I would be
  216. pleased to hear from you ! You can mail me at the above
  217. address or you can email me at these email addresses;
  218.  
  219.          lamerisj@hotmail.com
  220.               or
  221.          lameris-molhoek@hetnet.nl
  222.  
  223.  
  224. HISTORY
  225. =======
  226. Version 2.0 (Nov. '99)
  227. Ported from the series 3 version, ATMOS3 V1.1, and extended with printing
  228. possibilities.
  229.  
  230. Version 1.1 (Feb. '99) for the series 3:
  231. Better events scheduling applied based on
  232. RMREVENT code. Extended help text.
  233.  
  234. Version 1.0 (Dec. '98) for the Series 3:
  235. Original release.
  236.  
  237.  
  238.