home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-2 / Science / chemistry / WaterC.README < prev   
Encoding:
Text File  |  1996-11-09  |  3.6 KB  |  90 lines

  1. WaterC users::::;
  2.     Water {all versions} are released as Freeware 1992, 1993.
  3. It may not be re-released, published, or modified without express written consent of at least two of three authors (Demsey, Norton, Johnson - see below for contact addresses). 
  4.  
  5. To unpack:
  6.   % zcat WaterC.tar.Z | tar xvf -
  7.  
  8.  This will generate  ./WaterC with the following files:
  9. Bounds2.ps    (for viewing with NeXTStep's Preview)
  10. Bounds.ps     (plain postscript format)
  11. Help.txt
  12. Makefile
  13. README  (this file)
  14. w.c
  15. w.h
  16. wconfig.h
  17. wconst.c
  18. wengine.c
  19. wfront.c
  20. winclude.h
  21. wmenu.c
  22. wstruct.h
  23.  
  24. then:::
  25.  **Please edit the wconfig.h file with your favorite editor.  Modification
  26. is simple and documented at the top of wconfig.h; editing is done for system
  27. specific code modifications.**
  28.  
  29.  % make -f water.make
  30.  
  31. This will generate a version of water on your compiler.
  32.  
  33.     Water is a  program to calculate dependent state, thermodynamic, transport, and electrostatic properties of liquid and vapor in the H2O-System as a function of user-specified state conditions and unit and triple point conventions. It covers a range in temperature from circa -20 to 2250 C, and a range in pressure from circa 0.01 to 30000 bars; at pressures less than about 220 bars the phases of ice I through VII bound the  retrieval region.
  34.  
  35.     The valid parameter boundaries that Water accepts fall within the grey bounded area below:
  36.                                         [Graphic by Dr. Denis Norton]
  37. [Graphic may be located in postscript format in "Bounds.ps" included in
  38. package.]    
  39.                                         
  40.     Boundary points in the H2O-System:    
  41.                 T degC        P bars
  42. Critical End Point        373.917        220.46
  43.     Triple Points:
  44. ice-I:vapor:liquid        0.01        0.006113
  45. ice-I:liquid:ice-III        -20.0        2035
  46. ice-I:ice-II:ice-III        -34.7        2100
  47. ice-II:ice-III:ice-V        -24.3        3397
  48. ice-III:ice-V:liquid        -17.0        3417
  49. ice-V:ice-VI:liquid        0.16        6175
  50. ice-VI:ice-VII:liquid        81.6        21680
  51. ice-VII:ice-VIII:liquid    (see Vonnegut,Kurt, 1963. Cats Cradle)
  52.  
  53.  
  54.     Water permits the curious user to the explore temperature, pressure and density space and retrieve corresponding property values or obtain incremental values of user selected properties.
  55.  
  56.     This equation of state has a critical point  at P=220 bars and T = 374.15 C; a region where vigorous activity occurs within the earth's crust.
  57.  
  58.     The computing engine, NeXTstep frontend, and C-frontend materials for Water were written in C by M. Loki Demsey; Dr. Denis Norton also wrote some C-frontend material.  The engine was optimized and rewritten from an original FORTRAN engine.  James Johnson and Dr. Denis Norton wrote the code and added pieces of pre-written code from Haar,Gallagher,Kell; NBS/NRC Steam Tables, Hemisphere Publishing Corp,1984, and Levelt, Sengers, et al., 1983.  
  59.     
  60.     Any questions whatsoever should be directed to:
  61. Where to find us:
  62.  
  63. M. Loki Demsey        Quaeler Software
  64.     loki@Goat.Geo.Arizona.EDU  (NeXT mail)
  65.  
  66. Dr. Denis Norton                University of Arizona , Geology Department
  67.     denis@Goat.Geo.Arizona.EDU (NeXT mail)
  68.             or  denis@Quartz.Tucson.Az.US  (NeXT mail)
  69.     Post:
  70.             Gould-Simpson Building,  Room 515
  71.             University of Arizona
  72.             Tucson, AZ  85721
  73.             (602) 621-6009
  74. Dr. James Johnson    Lawrence Livermore National Laboratories
  75.     johnson@s05.es.Llnl.GOV (never NeXT mail)
  76.     
  77.  
  78.  
  79. Bibliography:
  80.     Code references:
  81.     Haar,Gallagher,Kell; NBS/NRC Steam Tables, Hemisphere Publishing Corp,1984
  82.     Levelt, Sengers, et al., 1983
  83.     Original FORTRAN Project references:
  84.     Johnson; Subroutine H2O88, Theoretical Geochemistry Software Library, 1988
  85.     Johnson, Norton; Critical Phenomena in Hydrothermal..., Am J of Science,June 1991
  86.     Reference State reference:
  87.     Helgeson,Kirkham; Theoretical Prediction of Thermodynamic Behavior...,
  88.             Am J of Science, December, 1974
  89.     
  90.