Skip to content

Commit

Permalink
Reduce guess for initial temperature difference across wall.
Browse files Browse the repository at this point in the history
The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
  • Loading branch information
HansOlsson committed Sep 15, 2022
1 parent f325ed3 commit e0ce051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Fluid/Examples/HeatExchanger.mo
Expand Up @@ -38,7 +38,7 @@ package HeatExchanger "Demo of a heat exchanger model"
Modelica.Fluid.Pipes.BaseClasses.HeatTransfer.ConstantFlowHeatTransfer
(alpha0=2000),
Twall_start=300,
dT=10,
dT=1,
T_start_1=304,
T_start_2=300) annotation (Placement(transformation(extent={{
-26,-14},{34,46}})));
Expand Down

0 comments on commit e0ce051

Please sign in to comment.