recordGeneric

Basic chiller data

Extends from BuildingSystems.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 BuildingSystems.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

TypeNameDefaultDescription
Real[:,:]tabPEle (from Generic)Electrical power consumption table, T in K, Q_flow in W
Modelica.Units.SI.MassFlowRatemCon_flow_nominal (from Generic)Nominal mass flow rate in condenser
Modelica.Units.SI.MassFlowRatemEva_flow_nominal (from Generic)Nominal mass flow rate in evaporator
Modelica.Units.SI.PressureDifferencedpCon_nominal (from Generic)Nominal pressure drop in condenser
Modelica.Units.SI.PressureDifferencedpEva_nominal (from Generic)Nominal pressure drop in evaporator
StringdevIde (from Generic)Name of the device
Booleanuse_TEvaOutForTab (from Generic)=true to use evaporator outlet temperature for table data, false for inlet
Booleanuse_TConOutForTab (from Generic)=true to use condenser outlet temperature for table data, false for inlet
Real[:,:]tabQEva_flowCooling power consumption table, T in K, Q_flow in W
Real[:,2]tabLowBouPoints to define lower boundary for source temperature
Booleanuse_TEvaOutForOpeEnvfalse=true to use evaporator outlet temperature for operational envelope, false for inlet
Booleanuse_TConOutForOpeEnvfalse=true to use condenser outlet temperature for operational envelope, false for inlet

Revisions

  • November 26, 2018, by Fabian Wuellhorst:
    First implementation (see issue AixLib #577)