Skip to content

Commit

Permalink
Use Modelica.Units.SI.TemperatureDifference for dT_nominal
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgerjansen committed Nov 7, 2024
1 parent 82957bb commit 72def3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ model Thermostatic3WayValve "Thermostatic 3-way valve with hot and cold side"
annotation(Dialog(tab="Advanced"));
parameter Real y_start(min=0, max=1) = 0 "Initial valve opening"
annotation(Dialog(enable=dynamicValve,tab="Dynamics", group="Filter"));
parameter Modelica.Units.SI.Temperature dT_nominal=50
parameter Modelica.Units.SI.TemperatureDifference dT_nominal=50
"Nominal/maximum temperature difference between inlet ports, used for regularization";

Modelica.Blocks.Interfaces.RealInput TMixedSet
Expand Down

0 comments on commit 72def3b

Please sign in to comment.