You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model IDEAS.Fluid.Actuators.Valves.Simplified.Thermostatic3WayValve contains a nominal temperature difference declaration, but this is formulated as:
parameter Modelica.Units.SI.Temperature dT_nominal=50"Nominal/maximum temperature difference between inlet ports, used for regularization";
This leads to a dT_nominal of -223.15°C in the component model diagram:
Fix:
parameter Modelica.Units.SI.TemperatureDifference dT_nominal=50"Nominal/maximum temperature difference between inlet ports, used for regularization";
The text was updated successfully, but these errors were encountered:
The model
IDEAS.Fluid.Actuators.Valves.Simplified.Thermostatic3WayValve
contains a nominal temperature difference declaration, but this is formulated as:This leads to a dT_nominal of -223.15°C in the component model diagram:
Fix:
The text was updated successfully, but these errors were encountered: