Skip to content
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
2 changes: 1 addition & 1 deletion Modelica/Fluid/Examples/HeatExchanger.mo
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ package HeatExchanger "Demo of a heat exchanger model"
annotation (Line(
points={{37,2.2},{42,2},{50,2},{50,-18},{62,-18}}, color={0,127,255}));
annotation (experiment(StopTime=200, Tolerance=
1e-005),
1e-006),
Documentation(info="<html>
<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>
<div><img src=\"modelica://Modelica/Resources/Images/Fluid/Examples/HeatExchanger/HeatExchanger.png\" alt=\"HeatExchanger.png\"/></div>
Expand Down
Loading