We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30d4ec5 + 5a9db51 commit 13818f1Copy full SHA for 13818f1
Modelica/Fluid/Examples/HeatExchanger.mo
@@ -419,7 +419,7 @@ The design flow direction with positive m_flow variables is counterflow.</p>
419
"Formulation of energy balance"
420
annotation(Evaluate=true, Dialog(tab = "Assumptions", group="Dynamics"));
421
parameter SI.Temperature T_start "Wall temperature start value";
422
- parameter SI.Temperature dT "Start value for port_b.T - port_a.T";
+ parameter SI.TemperatureDifference dT "Start value for port_b.T - port_a.T";
423
//Temperatures
424
SI.Temperature[n] Tb(each start=T_start+0.5*dT);
425
SI.Temperature[n] Ta(each start=T_start-0.5*dT);
0 commit comments