Skip to content

Commit 13818f1

Browse files
author
Hubertus Tummescheit
authored
Merge pull request #4032 from HansOlsson/FixTd
The dT is a temperature difference
2 parents 30d4ec5 + 5a9db51 commit 13818f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Fluid/Examples/HeatExchanger.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The design flow direction with positive m_flow variables is counterflow.</p>
419419
"Formulation of energy balance"
420420
annotation(Evaluate=true, Dialog(tab = "Assumptions", group="Dynamics"));
421421
parameter SI.Temperature T_start "Wall temperature start value";
422-
parameter SI.Temperature dT "Start value for port_b.T - port_a.T";
422+
parameter SI.TemperatureDifference dT "Start value for port_b.T - port_a.T";
423423
//Temperatures
424424
SI.Temperature[n] Tb(each start=T_start+0.5*dT);
425425
SI.Temperature[n] Ta(each start=T_start-0.5*dT);

0 commit comments

Comments
 (0)