From 4dca2d1e4b6ac20d8420903fb419a0863d3f97c1 Mon Sep 17 00:00:00 2001 From: Katy Hinkelman Date: Fri, 29 Sep 2023 09:10:03 -0600 Subject: [PATCH] Fixed typos --- IBPSA/Media/Steam.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IBPSA/Media/Steam.mo b/IBPSA/Media/Steam.mo index a0b0c024cb..0ef3d799f5 100644 --- a/IBPSA/Media/Steam.mo +++ b/IBPSA/Media/Steam.mo @@ -942,13 +942,13 @@ March 10, 2023, by Saranya Anbarasu:
Changed the variable type definition of pHat and THat from absolute to Modelica.Units.SI.PressureDifference and Modelica.Units.SI.TemperatureDifference to prevent min/max -assertion erros during initilization. +assertion errors during initilization.
  • May 9, 2022, by David Blum:
    In function rho_pT, created and used new function extending Modelica.Media.Water.IF97_Utilities.BaseIF97.Basic.g2 with an -annotation smoothOrder=2. This is to specifcally pass on the +annotation smoothOrder=2. This is to specifically pass on the smoothOrder=2 annotion placed on rho_pT to the g2 function.