HP Forums

Full Version: Water Vapor Tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's