recordSenertech5_5kW

SENERTECH5_5kW

Extends from Buildings.Fluid.CHPs.Data.Generic (Generic data for CHP models).

Information

This is the record of parameters for CHP models from EnergyPlus example MicroCogeneration.

Parameters

TypeNameDefaultDescription
RealcoeEtaQ (from Generic)Vector of coefficients used to calculate thermal efficiency of the engine. The independent variable x1 is the steady-state power output, x2 is the cooling water mass flow rate, x3 is the cooling water inlet temperature. From index 1 to 27, coefficients correspond to the following terms: constant, x1^2, x1, x2^2, x2, x3^2, x3, x1^2*x2^2, x1*x2, x1*x2^2, x1^2*x2, x1^2*x3^2, x1*x3, x1*x3^2, x1^2*x3, x2^2*x3^2, x2*x3, x2*x3^2, x2^2*x3, x1^2*x2^2*x3^2, x1^2*x2^2*x3, x1^2*x2*x3^2, x1*x2^2*x3^2, x1^2*x2*x3, x1*x2^2*x3, x1*x2*x3^2, x1*x2*x3
RealcoeEtaE (from Generic)Vector of coefficients used to calculate electrical conversion efficiency of the engine. The independent variables and mapping of the coefficients to the polynomial terms are the same as for the thermal efficiency
Booleancompute_coolingWaterFlowRate (from Generic)trueIf true, then an empirical correlation is used to calculate cooling water mass flow rate based on internal control
RealcoeMasWat (from Generic)Vector of coefficients used to calculate cooling water mass flow rate in case coolingWaterControl is true. The independent variable x1 is the steady-state power output, x2 is the cooling water mass flow rate. From index 1 to 6, coefficients correspond to the following terms: constant, x1, x1^2, x2, x2^2, x1*x2
RealcoeMasAir (from Generic)Vector of coefficients used to calculate air mass flow rate. The independent variable x1 is the fuel mass flow rate. From index 1 to 3, coefficients correspond to the following terms: constant, x1, x1^2
Modelica.Units.SI.ThermalConductanceUAHex (from Generic)Thermal conductance between the engine and cooling water
Modelica.Units.SI.ThermalConductanceUALos (from Generic)Thermal conductance between the engine and surroundings
Modelica.Units.SI.HeatCapacitycapEng (from Generic)Thermal capacitance of the engine control volume
Modelica.Units.SI.HeatCapacitycapHeaRec (from Generic)Thermal capacitance of heat recovery portion
BooleanwarmUpByTimeDelay (from Generic)trueIf true, the plant will be in warm-up mode depending on the delay time, otherwise depending on engine temperature
Modelica.Units.SI.TimetimeDelayStart (from Generic)60Time delay between activation and power generation
Modelica.Units.SI.TemperatureTEngNom (from Generic)273.15 + 100Nominal engine operating temperature
BooleancoolDownOptional (from Generic)falseIf true, cooldown is optional. The model will complete cooldown before switching to standby, but if reactivated during cooldown period, it will immediately switch into warm-up mode
Modelica.Units.SI.TimetimeDelayCool (from Generic)0Cooldown period
Modelica.Units.SI.PowerPEleMax (from Generic)Maximum power output
Modelica.Units.SI.PowerPEleMin (from Generic)0Minimum power output
Modelica.Units.SI.MassFlowRatemWatMin_flow (from Generic)0Minimum cooling water mass flow rate
Modelica.Units.SI.TemperatureTWatMax (from Generic)373.15Maximum cooling water temperature
Booleanuse_powerRateLimit (from Generic)falseIf true, the rate at which net power output can change is limited
Booleanuse_fuelRateLimit (from Generic)falseIf true, the rate at which fuel mass flow rate can change is limited
RealdPEleMax (from Generic)Maximum rate at which net power output can change
RealdmFueMax_flow (from Generic)Maximum rate at which fuel mass flow rate can change
Modelica.Units.SI.PowerPStaBy (from Generic)Standby electric power
Modelica.Units.SI.PowerPCooDow (from Generic)Cooldown electric power
RealLHVFue (from Generic)47.614e6Lower heating value of fuel
RealkF (from Generic)1Warm-up fuel coefficient
RealkP (from Generic)1Warm-up power coefficient
RealrFue (from Generic)10Warm-up maximum fuel flow ratio

Revisions

  • March 08, 2019, by Tea Zakula:
    First implementation.