Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDepSHC
Package with load-dependent 2D table data records
Information
This package contains parameter records for multipipe heat pump data-based models.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
| Name | Description |
|---|---|
| Partial record to specify performance data for load-dependent data-based models |
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2DLoadDepSHC.Generic
Partial record to specify performance data for load-dependent data-based models
Information
Overview
This is the base record class for heat pump models that use the block Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.TableData2DLoadDepSHC to calculate the capacity and power.
This class provides the path to the external data file with the performance
data (parameter fileName) as well as the PLR values at which
capacity and power are specified (parameter PLRSup).
The external data file must be formatted as specified in the documentation
of the above block.
Extends from Modelica.Icons.Record (Icon for records).
Contents
| Type | Name | Default | Description |
|---|---|---|---|
| DimensionlessRatio | PLRHeaSup[:] | PLR values at which heat flow rate and power data are provided - Heating mode [1] | |
| DimensionlessRatio | PLRCooSup[:] | PLR values at which heat flow rate and power data are provided - Cooling mode [1] | |
| DimensionlessRatio | PLRShcSup[:] | PLR values at which heat flow rate and power data are provided - SHC mode [1] | |
| String | fileNameHea | File where performance data are stored - heating mode (single module) | |
| String | fileNameCoo | File where performance data are stored - cooling mode (single module) | |
| String | fileNameShc | File where performance data are stored - SHC mode (single module) | |
| MassFlowRate | mCon_flow_nominal | Nominal HW mass flow rate [kg/s] | |
| MassFlowRate | mEva_flow_nominal | Nominal CHW mass flow rate [kg/s] | |
| PressureDifference | dpCon_nominal | Nominal pressure drop in condenser [Pa] | |
| PressureDifference | dpEva_nominal | Nominal pressure drop in evaporator [Pa] | |
| String | devIde | Name of the device | |
| Boolean | use_TEvaOutForTab | =true to use CHW temperature at outlet for table data, false for inlet | |
| Boolean | use_TConOutForTab | =true to use HW temperature at outlet for table data, false for inlet | |
| Advanced | |||
| String | tabNamQHea[nPLRHea] | {"q@" + String(p, format=".2... | Table names with heat flow rate data - Heating mode |
| String | tabNamPHea[nPLRHea] | {"p@" + String(p, format=".2... | Table names with power data - Heating mode |
| String | tabNamQCoo[nPLRCoo] | {"q@" + String(p, format=".2... | Table names with heat flow rate data - Cooling mode |
| String | tabNamPCoo[nPLRCoo] | {"p@" + String(p, format=".2... | Table names with power data - Cooling mode |
| String | tabNamQShc[nPLRShc] | {"q@" + String(p, format=".2... | Table names with cooling heat flow rate data - SHC mode |
| String | tabNamPShc[nPLRShc] | {"p@" + String(p, format=".2... | Table names with power data - SHC mode |