modelWarmUpLeaving

Model evaluating the condition for transitioning from warm-up to normal mode

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

Information

The model computes a boolean variable which is true when warm-up is over. CHP will transition from the warm-up mode to the normal mode

  • after the specified time delay if warmUpByTimeDelay is true, or
  • when the engine temperature exceeds the nominal value or the net power produced exceeds that requested by the controller if warmUpByTimeDelay is false.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TimetimeDelayStartTime delay between activation and power generation
Modelica.Units.SI.TemperatureTEngNomNominal engine operating temperature
Modelica.Units.SI.PowerPEleMax0Maximum power output
BooleanwarmUpByTimeDelayIf true, the plant will be in warm-up mode depending on the delay time, otherwise depending on engine temperature

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputTEngEngine temperature
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputyTransition signal
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputactWarUpWarm-up state active signal
Buildings.Controls.OBC.CDL.Interfaces.RealInputPElePower demand
Buildings.Controls.OBC.CDL.Interfaces.RealInputPEleNetNet power output

Revisions

  • April 8, 2020, by Antoine Gautier:
    Add condition on power output.
  • June 1, 2019, by Tea Zakula:
    First implementation.