modelWaterFlowControl

Internal controller for water flow rate

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

The model calculates the water mass flow rate that is determined by the internal controller. In CHPs that use this type of internal control the cooling water mass flow rate is controlled to optimize engine performance and heat recovery. In the main model of the CHP unit Buildings.Fluid.CHPs.ThermalElectricalFollowing, this optimum water mass flow rate is specified as the set point signal for the external pump controller.

Implementation

The mass flow rate is computed as a biquadratic function of the net power output of the system and the water inlet temperature. Note that this implementation is a truncated version of the empirical correlation proposed in Beausoleil-Morrison (2007) which includes terms of higher order (up to four).

References

Beausoleil-Morrison, Ian and Kelly, Nick, 2007. Specifications for modelling fuel cell and combustion-based residential cogeneration device within whole-building simulation programs, Section III. [Report]

Parameters

TypeNameDefaultDescription
Buildings.Fluid.CHPs.Data.GenericperPerformance data

Connectors

TypeNameDefaultDescription
Buildings.Fluid.CHPs.BaseClasses.Interfaces.ModeTypeInputopeModOperation mode
Buildings.Controls.OBC.CDL.Interfaces.RealInputPEleElectric power
Buildings.Controls.OBC.CDL.Interfaces.RealInputTWatInWater inlet temperature
Buildings.Controls.OBC.CDL.Interfaces.RealOutputmWatSet_flowWater mass flow rate set point

Revisions

  • June 18, 2019, by Tea Zakula:
    First implementation.