modelEnergyConversionWarmUp

Energy conversion during warm-up mode based on engine temperature

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

Information

The model defines energy conversion for the warm-up mode that is dependent on the engine temperature (e.g. CHPs with Stirling engines). The engine fuel flow rate is a function of the fuel flow rate at the maximum power output, as well as the difference between the nominal engine temperature and the actual engine temperature. Energy conversion from fuel to the electric power and heat is modeled using system's part-load electrical and thermal efficiencies, based on the empirical data from the manufacturer. The curves are described by a fifth order polynomial, a function of the electric power, water flow rate and water inlet temperature. The air flow rate is modeled using a second order polynomial, a function of the fuel flow rate.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.CHPs.Data.GenericperPerformance data

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputmWat_flowWater mass flow rate
Buildings.Controls.OBC.CDL.Interfaces.RealInputTWatInWater inlet temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTRooRoom temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTEngEngine temperature
Buildings.Controls.OBC.CDL.Interfaces.RealOutputPEleNetElectric power generation
Buildings.Controls.OBC.CDL.Interfaces.RealOutputmFue_flowFuel mass flow rate
Buildings.Controls.OBC.CDL.Interfaces.RealOutputmAir_flowAir mass flow rate
Buildings.Controls.OBC.CDL.Interfaces.RealOutputQGen_flowHeat generation rate within the engine

Revisions

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