Skip to content

Commit 87eada5

Browse files
HeatExchangerSimulation tolerance change for v4.1.0
This is to prepare for removing all the dev variants of 4.1.0 branches. Need to first copy over the tolerance change from v4.1.0-Final.
2 parents 4e00ebb + 094e0bc commit 87eada5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modelica/Fluid/Examples/HeatExchanger.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ package HeatExchanger "Demo of a heat exchanger model"
8888
annotation (Line(
8989
points={{37,2.2},{42,2},{50,2},{50,-18},{62,-18}}, color={0,127,255}));
9090
annotation (experiment(StopTime=200, Tolerance=
91-
1e-005),
91+
1e-006),
9292
Documentation(info="<html>
9393
<p>The simulation start in steady state with counterflow operation. At time t = 50, the mass flow rate on the secondary circuit is changed to a negative value in 5 seconds. After a transient, the heat exchanger operates in co-current flow.</p>
9494
<div><img src=\"modelica://Modelica/Resources/Images/Fluid/Examples/HeatExchanger/HeatExchanger.png\" alt=\"HeatExchanger.png\"/></div>

0 commit comments

Comments
 (0)