Skip to content

Commit b756f9d

Browse files
authored
Merge pull request #4779 from AHaumer/LongerInterval
Output interval less dense to reduce size of ReferenceResult
2 parents 5a2f6d8 + 6ce3609 commit b756f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Modelica/Thermal/HeatTransfer/Examples

Modelica/Thermal/HeatTransfer/Examples/Motor.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ Using Modelica.Thermal.FluidHeatFlow it would be possible to model the coolant a
110110
Simulate for 7200 s; plot Twinding.T and Tcore.T.
111111
</p>
112112
</html>"),
113-
experiment(StopTime=7200, Interval=0.01));
113+
experiment(StopTime=7200, Interval=1));
114114
end Motor;

0 commit comments

Comments
 (0)