Buildings.Fluid.Chillers.ModularReversible.Data.TableData2D

Package with two-dimensional data

Information

This package contains data records for chiller data with two-dimensional tables.

Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).

Package Content

Name Description
Buildings.Fluid.Chillers.ModularReversible.Data.TableData2D.Generic Generic Basic chiller data
Buildings.Fluid.Chillers.ModularReversible.Data.TableData2D.EN14511 EN14511 Package for EN15411 data records

Buildings.Fluid.Chillers.ModularReversible.Data.TableData2D.Generic Buildings.Fluid.Chillers.ModularReversible.Data.TableData2D.Generic

Basic chiller data

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.

Extends from Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic (Partial two-dimensional data of refrigerant machines).

Contents

TypeNameDefaultDescription
RealtabPEle[:, :] Electrical power consumption table, T in K, Q_flow in W
MassFlowRatemCon_flow_nominal Nominal mass flow rate in condenser [kg/s]
MassFlowRatemEva_flow_nominal Nominal mass flow rate in evaporator [kg/s]
PressureDifferencedpCon_nominal Nominal pressure drop in condenser [Pa]
PressureDifferencedpEva_nominal Nominal pressure drop in evaporator [Pa]
StringdevIde Name of the device
Booleanuse_TEvaOutForTab =true to use evaporator outlet temperature for table data, false for inlet
Booleanuse_TConOutForTab =true to use condenser outlet temperature for table data, false for inlet
RealtabQEva_flow[:, :] Cooling power consumption table, T in K, Q_flow in W
RealtabLowBou[:, 2] Points 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

Modelica definition

record Generic "Basic chiller data" extends Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.Generic; parameter Real tabQEva_flow[:,:] "Cooling power consumption table, T in K, Q_flow in W"; parameter Real tabLowBou[:,2] "Points to define lower boundary for source temperature"; parameter Boolean use_TEvaOutForOpeEnv=false "=true to use evaporator outlet temperature for operational envelope, false for inlet"; parameter Boolean use_TConOutForOpeEnv=false "=true to use condenser outlet temperature for operational envelope, false for inlet"; end Generic;