blockAbsorptionIndirectSteam

Absorption indirect chiller performance curve method

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

Information

Block that computes the performance for the model Buildings.Fluid.Chillers.AbsorptionIndirectSteam. See Buildings.Fluid.Chillers.AbsorptionIndirectSteam for a description of this model.

Parameters

TypeNameDefaultDescription
Buildings.Fluid.Chillers.Data.AbsorptionIndirectSteam.GenericperPerformance data
Modelica.Units.SI.HeatFlowRateQ_flow_smallSmall value for heat flow rate or power, used to avoid division by zero

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.BooleanInputonSet to true to enable the absorption chiller
Modelica.Blocks.Interfaces.RealInputTConEntCondenser entering water temperature
Modelica.Blocks.Interfaces.RealInputTEvaLvgEvaporator leaving water temperature
Modelica.Blocks.Interfaces.RealInputQEva_flow_setEvaporator setpoint heat flow rate
Modelica.Blocks.Interfaces.RealOutputQCon_flowCondenser heat flow rate
Modelica.Blocks.Interfaces.RealOutputQEva_flowEvaporator heat flow rate
Modelica.Blocks.Interfaces.RealOutputQGen_flowRequired generator heat flow rate
Modelica.Blocks.Interfaces.RealOutputPPump power
Modelica.Blocks.Interfaces.RealOutputPLRPart load ratio
Modelica.Blocks.Interfaces.RealOutputCRCycling ratio

Components

TypeNameDefaultDescription
Modelica.Units.SI.EfficiencygenHIRRatio of the generator heat input to chiller operating capacity
Modelica.Units.SI.EfficiencyEIRPRatio of the actual absorber pumping power to the nominal pumping power
RealcapFunEvaEvaporator capacity factor function of temperature curve
RealcapFunConCondenser capacity factor function of temperature curve
RealgenConTHeat input modifier based on the generator input temperature
RealgenEvaTHeat input modifier based on the evaporator outlet temperature
Modelica.Units.SI.HeatFlowRateQEva_flow_avaCooling capacity available at the evaporator

Revisions

  • December 13, 2019, by Michael Wetter:
    Removed TConLvg which is not used by this model.
  • November 26, 2019, by Michael Wetter:
    Revised implementation and documentation.
  • July 3, 2019, by Hagar Elarga:
    First implementation.