Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong dT_nominal for Thermostatic3WayValve #1390

Open
jelgerjansen opened this issue Nov 7, 2024 · 0 comments · May be fixed by #1392
Open

Wrong dT_nominal for Thermostatic3WayValve #1390

jelgerjansen opened this issue Nov 7, 2024 · 0 comments · May be fixed by #1392
Assignees

Comments

@jelgerjansen
Copy link
Contributor

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:
image

Fix:

parameter Modelica.Units.SI.TemperatureDifference dT_nominal=50
   "Nominal/maximum temperature difference between inlet ports, used for regularization";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant