HP Forums
Water Vapor Tables - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: Water Vapor Tables (/thread-9688.html)



Water Vapor Tables - strap94 - 12-13-2017 12:39 PM

Hi all,

i'm glad to upload my first program for the HP Prime, it calculates all the interesting parameters of the water vapor.

VaporPressure();
LiquidDensity();
VaporDensity();
LiquidEnthapy();
VaporEnthalpy();
LiquidEntropy();
VaporEntropy();
EnthalpyVaporization();

The work is based on the VBA version by Claudio Tomasoni (claudiotomasoni.it).

I've made the porting for HP Prime.

All the variables are in SI units. All the functions want the temperature as input, if you know only the pressure, you can calculate it with the VaporTemperature() function. Obviously the input is pressure in Pa.

You may also nest two functions e.g. VaporDensity(VaporTemperature([pressure in Pa]))

The functions can be called inside Home and CAS views, use the Mem-B button to scroll the available functions if you don't remember the names.

Change the program name to meet your language and find it easier in the menu!

Have all a nice day,

Stefano