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

1361 dpcontrolledmovers fail in open modelica #1362

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion AixLib/Fluid/Movers/DpControlledMovers/DpControlled_dp.mo
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ model DpControlled_dp "Pump or fan including pressure control (constant or varia
Modelica.Blocks.Interfaces.RealInput dpMea(
final quantity="PressureDifference",
final displayUnit="Pa",
final unit="Pa")=gain.u if prescribeSystemPressure
final unit="Pa") if prescribeSystemPressure
"Measurement of pressure difference between two points where the set point should be obtained"
annotation (Placement(transformation(
extent={{20,-20},{-20,20}},
Expand Down
1 change: 1 addition & 0 deletions AixLib/Fluid/Movers/DpControlledMovers/package.mo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
within AixLib.Fluid.Movers;
package DpControlledMovers
extends Modelica.Icons.Package;
end DpControlledMovers;