From d2ee0d4217172a1efb9e34305f1579af12155c70 Mon Sep 17 00:00:00 2001 From: drunsinn Date: Sun, 15 Dec 2024 14:03:25 +0100 Subject: [PATCH] link to .NET port (#18) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0043f09..585287e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Original Released by Magnus Holmgren for Matlab and Excel: At [this github repository](https://github.com/stu314159/xsteam) you can find the/a matlab version. +A .NET implementation is availible thanks to the work of rogerlew here: [XSteamNET](https://github.com/rogerlew/XSteamNET). + XSteam provides (mostly) accurate steam and water properties from 0 - 1000 bar and from 0 - 2000 °C according to the [IAPWS release IF-97](http://www.iapws.org/relguide/IF97-Rev.pdf). For accuracy of the functions in different regions see IF-97 Page 4 @@ -21,7 +23,7 @@ and also functions for calculations on heavy water. This includes: * IAPWS R14 -## Contributors +## Contributors to pyXSteam In chronological order: - IAPWS - Magnus Holmgren