Skip to content

Commit

Permalink
RemoveTrailingWhiteSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 11, 2024
1 parent a6c7374 commit 79738c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ model ParallelCooling "Cooling circuit with parallel branches"
output SI.TemperatureDifference dTSource1=
prescribedHeatFlow1.port.T-TAmb "Temperature difference between heat source 1 and ambient condition";
output SI.TemperatureDifference dTtoPipe1=prescribedHeatFlow1.port.T-pipe1.T_q
"Temperature difference between heat source 1 and coolant in pipe 1";
"Temperature difference between heat source 1 and coolant in pipe 1";
output SI.TemperatureDifference dTCoolant1=pipe1.dT
"Coolant1's temperature increase in pipe 1";
output SI.TemperatureDifference dTSource2=
Expand Down

0 comments on commit 79738c2

Please sign in to comment.