SteamyCalc

Developed by Kiran Pashikanti <kpatvt@gmail.com>

Usage

Simply provide two conditions (quality, temperature, pressure, enthalpy, entropy) and remaining thermodynamic properties will be calculated. If there is any interest for other thermodynamic pairs (internal energy, etc.), those can probably be implemented upon request.

License

SteamyCalc is a full implementation of the IAPWS/IFC-97 Water and Steam tables written completely in JS and HTML.

Copyright 2021 Kiran Pashikanti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This code is driven by a JS translation of the excellent XSteam code written by Magnus Holgrem
JS and original VBA version available at https://github.com/kpatvt/xsteam2
Water and steam properties according to IAPWS IF-97
By Magnus Holmgren, www.x-eng.com
The steam tables are free and provided as is.
We take no responsibilities for any errors in the code or damage thereby.
You are free to use, modify and distribute the code as long as authorship is properly acknowledged.
Please notify me at magnus@x-eng.com if the code is used in commercial applications.