Buildings.Fluid.Chillers.ModularReversible.Data.TableData2DLoadDep

Package with load-dependent 2D table data records

Information

This package contains parameter records for load-dependent data-based chiller models.

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

Package Content

Name Description
Buildings.Fluid.Chillers.ModularReversible.Data.TableData2DLoadDep.Generic Generic Partial heat pump data

Buildings.Fluid.Chillers.ModularReversible.Data.TableData2DLoadDep.Generic Buildings.Fluid.Chillers.ModularReversible.Data.TableData2DLoadDep.Generic

Partial heat pump data

Information

This is the base record class to specify the parameters of the model Buildings.Fluid.Chillers.ModularReversible.TableData2DLoadDep.

In addition to the parameters defined in Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic table data for lower temperature limits is included. Please refer to the documentation of Buildings.Fluid.HeatPumps.ModularReversible.Controls.Safety.BaseClasses.PartialOperationalEnvelope for guidance on how to populate this table.

Extends from Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic (Partial record to specify performance data for load-dependent data-based models).

Contents

TypeNameDefaultDescription
StringfileName Path to file with performance data
DimensionlessRatioPLRSup[:] PLR values at which heat flow rate and power data are provided [1]
DimensionlessRatioPLRCyc_minmin(PLRSup)Minimum PLR before cycling last compressor off [1]
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
RealtabLowBou[:, 2] Points to define lower boundary of operating envelope
Booleanuse_TEvaOutForOpeEnvuse_TEvaOutForTab=true to use evaporator outlet temperature for operational envelope, false for inlet
Booleanuse_TConOutForOpeEnvuse_TConOutForTab=true to use condenser outlet temperature for operational envelope, false for inlet
Advanced
StringtabNamQ[:]{"q@" + String(p, format=".2...Table names with heat flow rate data
StringtabNamP[:]{"p@" + String(p, format=".2...Table names with power data

Modelica definition

record Generic "Partial heat pump data" extends Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDep.Generic; parameter Real tabLowBou[:, 2] "Points to define lower boundary of operating envelope"; parameter Boolean use_TEvaOutForOpeEnv=use_TEvaOutForTab "=true to use evaporator outlet temperature for operational envelope, false for inlet"; parameter Boolean use_TConOutForOpeEnv=use_TConOutForTab "=true to use condenser outlet temperature for operational envelope, false for inlet"; end Generic;