From dc398cd941f0ceba9e7dcb6e95139e07b2bbbf7f Mon Sep 17 00:00:00 2001 From: HOS Date: Thu, 30 Jan 2025 11:49:03 +0100 Subject: [PATCH] It does not make sense to restrict a temperature difference to be positive! --- Modelica/Fluid/Sensors.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Fluid/Sensors.mo b/Modelica/Fluid/Sensors.mo index 41251392ee..27d854a82a 100644 --- a/Modelica/Fluid/Sensors.mo +++ b/Modelica/Fluid/Sensors.mo @@ -696,7 +696,7 @@ through the sensor is allowed. extends Sensors.BaseClasses.PartialRelativeSensor; Modelica.Blocks.Interfaces.RealOutput T_rel(final quantity="ThermodynamicTemperature", - final unit = "K", displayUnit = "degC", min=0) + final unit = "K", displayUnit = "degC") "Relative temperature signal" annotation (Placement( transformation( origin={0,-90},