Skip to content

Commit

Permalink
Correct m_flow_nominal in booleanToReal component
Browse files Browse the repository at this point in the history
  • Loading branch information
jelgerjansen committed Dec 12, 2023
1 parent 79162d0 commit 2d86600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDEAS/Templates/Heating/RadiatorHeating.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ model RadiatorHeating
final nEmbPorts=0,
final nConvPorts = nZones,
final nRadPorts = nZones,
booToRea(realTrue=rad.m_flow_nominal));
booToRea(realFalse=rad.m_flow_nominal));

protected
Fluid.HeatExchangers.Radiators.RadiatorEN442_2[nZones] rad(
Expand Down

0 comments on commit 2d86600

Please sign in to comment.