recordGeneric
Basic chiller data
Extends from Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic (Partial two-dimensional data of refrigerant machines).
Information
Overview
Base data definition used in the chiller model.
It extends Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.TableData2DData.RefrigerantCycle2DBaseDataDefinition to restrict to intended selections.
It adds the table data for lower temperature limits which serves as the operational envelope of the compressor.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | tabPEle (from Generic) | Electrical power consumption table, T in K, Q_flow in W | |
| Modelica.Units.SI.MassFlowRate | mCon_flow_nominal (from Generic) | Nominal mass flow rate in condenser | |
| Modelica.Units.SI.MassFlowRate | mEva_flow_nominal (from Generic) | Nominal mass flow rate in evaporator | |
| Modelica.Units.SI.PressureDifference | dpCon_nominal (from Generic) | Nominal pressure drop in condenser | |
| Modelica.Units.SI.PressureDifference | dpEva_nominal (from Generic) | Nominal pressure drop in evaporator | |
| String | devIde (from Generic) | Name of the device | |
| Boolean | use_TEvaOutForTab (from Generic) | if true, use evaporator outlet temperature for table data, otherwise use inlet | |
| Boolean | use_TConOutForTab (from Generic) | if true, use condenser outlet temperature for table data, otherwise use inlet | |
| Real[:,:] | tabQEva_flow | Cooling power consumption table, T in K, Q_flow in W | |
| Real[:,2] | tabLowBou | Points to define lower boundary for source temperature | |
| Boolean | use_TEvaOutForOpeEnv | false | if true, use evaporator outlet temperature for operational envelope, otherwise use inlet |
| Boolean | use_TConOutForOpeEnv | false | if true, use condenser outlet temperature for operational envelope, otherwise use inlet |
Revisions
-
November 17, 2025, by Michael Wetter:
Corrected typo in annotation.
This is for Buildings, #4406. -
May 22, 2025, by Michael Wetter:
Revised comment.
This is for href="https://github.com/ibpsa/modelica-ibpsa/issues/2007">IBPSA #2007. -
November 26, 2018, by Fabian Wuellhorst:
First implementation (see issue AixLib #577)