Skip to content

Commit

Permalink
It does not make sense to restrict a temperature difference to be pos…
Browse files Browse the repository at this point in the history
…itive!
  • Loading branch information
HansOlsson committed Jan 30, 2025
1 parent ff95fea commit dc398cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Fluid/Sensors.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit dc398cd

Please sign in to comment.