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

Changed tolerance of assertion block #1953

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions IBPSA/Fluid/MixingVolumes/Validation/MixingVolume.mo
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ model MixingVolume "Test model for mixing volumes"
use_portsData=false,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial)
annotation (Placement(transformation(extent={{0,60},{20,80}})));
IBPSA.Utilities.Diagnostics.CheckEquality cheEqu1
IBPSA.Utilities.Diagnostics.CheckEquality cheEqu1(threShold = 10)
"Check for equality of results"
annotation (Placement(transformation(extent={{156,70},{176,90}})));
IBPSA.Fluid.Sensors.EnthalpyFlowRate entFloRat(
Expand Down Expand Up @@ -95,7 +95,7 @@ model MixingVolume "Test model for mixing volumes"
m_flow_nominal=2,
dp_nominal=2.5)
annotation (Placement(transformation(extent={{80,-92},{100,-72}})));
IBPSA.Utilities.Diagnostics.CheckEquality cheEqu2
IBPSA.Utilities.Diagnostics.CheckEquality cheEqu2(threShold = 10)
"Check for equality of results"
annotation (Placement(transformation(extent={{156,10},{176,30}})));
IBPSA.Fluid.Sensors.EnthalpyFlowRate entFloRat2(
Expand Down Expand Up @@ -180,6 +180,12 @@ library.
</html>", revisions="<html>
<ul>
<li>
January 10, 2025, by Michael Wetter:<br/>
Changed tolerance of assertion blocks.<br/>
This is for issue
<a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1952\">IBPSA #1952</a>.
</li>
<li>
April 12, 2017, by Michael Wetter:<br/>
Removed temperature connection that is no longer needed.<br/>
This is for issue
Expand Down Expand Up @@ -216,4 +222,4 @@ First implementation.
</li>
</ul>
</html>"));
end MixingVolume;
end MixingVolume;