Skip to content

Commit

Permalink
naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Jun 3, 2024
1 parent a2e89bc commit aba9a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Fluid/Taps/Tap.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model Tap
"Model for a DHW tap, reading the DHW demand via a RealInput connector."
extends IDEAS.Fluid.Taps.BaseClasses.PartialTap;

Modelica.Blocks.Interfaces.RealInput mDHWSet(final quantity="MassFlowRate", unit="kg/s")
Modelica.Blocks.Interfaces.RealInput mFloSet(final quantity="MassFlowRate", unit="kg/s")
"Mass flowrate of DHW at TSet in kg/s"
annotation (Placement(transformation(extent={{-20,-20},{20,20}},
rotation=270,
Expand All @@ -14,7 +14,7 @@ model Tap
origin={0,100})));

equation
mDHWSet = m_flow_set;
mFloSet = m_flow_set;

annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
coordinateSystem(preserveAspectRatio=false)),
Expand Down

0 comments on commit aba9a79

Please sign in to comment.