Buildings.DHC.ETS.Combined.Data
Package for data records
Information
Package with data for building design and control set point and for heat pump characterization.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
| Name | Description |
|---|---|
| Parameters for the heat recovery heat pump in energy transfer station | |
| WAMAK heat pump with 220kW | |
| Package with base classes for Buildings.DHC.ETS.Combined.Data |
Buildings.DHC.ETS.Combined.Data.GenericHeatPump
Parameters for the heat recovery heat pump in energy transfer station
Information
Parameters that describe the performance of the heat pump, and design quantities such as temperatures and design mass flow rates of the heat pump.
The performance table in datHea are used to describe the
change in performance for off-design conditions.
The heat pump's heating capacity is, however,
determined solely by the parameters
QHeaDes_flow_nominal for the desired heating capacity at the
leaving condenser temperature THeaConLvg_nominal and the
leaving evaporator temperature THeaEvaLvg_nominal.
The performance table for the evaporator heat flow rate and the electricity
consumption are then scaled up or down to meet this capacity.
This scaled capacity is stored in datHeaSca, and used during the simulation.
The record also computes the cooling capacity at the design conditions
TCooConLvg_nominal and TCooEvaLvg_nominal,
and stores it in the parameter QCooAct_flow_nominal.
This can then be compared to the desired cooling capacity
QCooDes_flow_nominal.
The model also computes the COP for heating and for cooling at the
design temperatures THeaConLvg_nominal and THeaEvaLvg_nominal
for heating and
TCooConLvg_nominal and TCooEvaLvg_nominal
for cooling. These are for reporting only and not used in the heat pump model.
Extends from Modelica.Icons.Record (Icon for records).
Contents
| Type | Name | Default | Description |
|---|---|---|---|
| Performance map | |||
| GenericHeatPump | datHea | Performance map for the heat pump without scaling. This map will be scaled based on QHeaDes_flow_nominal using scaFac. | |
| Part load | |||
| Real | PLRMin | 0.3 | Minimum part load ratio [1] |
| Heating design condition | |||
| HeatFlowRate | QHeaDes_flow_nominal | Desired design heating capacity [W] | |
| Temperature | THeaConLvg_nominal | Nominal condenser leaving temperature at desired heating capacity [K] | |
| Temperature | THeaEvaLvg_nominal | Nominal evaporator leaving temperature at desired heating capacity [K] | |
| Cooling design condition | |||
| HeatFlowRate | QCooDes_flow_nominal | Desired design cooling capacity [W] | |
| Temperature | TCooConLvg_nominal | Nominal condenser leaving temperature at desired cooling capacity [K] | |
| Temperature | TCooEvaLvg_nominal | Nominal evaporator leaving temperature at desired cooling capacity [K] | |
| Condenser | |||
| TemperatureDifference | dTCon_nominal | Nominal temperature difference in condenser medium (positive) [K] | |
| Temperature | TConLvgMin | 15 + 273.15 | Minimum value for condenser leaving temperature [K] |
| MassFlowRate | mCon_flow_nominal | QHeaDes_flow_nominal/dTCon_n... | Nominal medium flow rate in the condenser [kg/s] |
| Evaporator | |||
| TemperatureDifference | dTEva_nominal | Nominal temperature difference in evaporator medium (positive) [K] | |
| Temperature | TEvaLvgMax | 15 + 273.15 | Maximum value for leaving evaporator temperature [K] |
| MassFlowRate | mEva_flow_nominal | max(abs(QCooDes_flow_nominal... | Nominal medium flow rate in the evaporator, based on larger of required and actual cooling capacity to ensure actual dTEva is not too large [kg/s] |
Modelica definition
Buildings.DHC.ETS.Combined.Data.WAMAK_220kW
WAMAK heat pump with 220kW
Information
Parameters that describe the performance of the a WAMAK heat pump, as specified in Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.EN14511.WAMAK_WaterToWater_220kW.
Extends from Buildings.DHC.ETS.Combined.Data.GenericHeatPump (Parameters for the heat recovery heat pump in energy transfer station).
Contents
| Type | Name | Default | Description |
|---|---|---|---|
| Performance map | |||
| GenericHeatPump | datHea | Buildings.Fluid.HeatPumps.Mo... | Performance map for the heat pump without scaling. This map will be scaled based on QHeaDes_flow_nominal using scaFac. |
| Part load | |||
| Real | PLRMin | 0.3 | Minimum part load ratio [1] |
| Heating design condition | |||
| HeatFlowRate | QHeaDes_flow_nominal | Desired design heating capacity [W] | |
| Temperature | THeaConLvg_nominal | Nominal condenser leaving temperature at desired heating capacity [K] | |
| Temperature | THeaEvaLvg_nominal | Nominal evaporator leaving temperature at desired heating capacity [K] | |
| Cooling design condition | |||
| HeatFlowRate | QCooDes_flow_nominal | Desired design cooling capacity [W] | |
| Temperature | TCooConLvg_nominal | Nominal condenser leaving temperature at desired cooling capacity [K] | |
| Temperature | TCooEvaLvg_nominal | Nominal evaporator leaving temperature at desired cooling capacity [K] | |
| Condenser | |||
| TemperatureDifference | dTCon_nominal | Nominal temperature difference in condenser medium (positive) [K] | |
| Temperature | TConLvgMin | 15 + 273.15 | Minimum value for condenser leaving temperature [K] |
| MassFlowRate | mCon_flow_nominal | QHeaDes_flow_nominal/dTCon_n... | Nominal medium flow rate in the condenser [kg/s] |
| Evaporator | |||
| TemperatureDifference | dTEva_nominal | Nominal temperature difference in evaporator medium (positive) [K] | |
| Temperature | TEvaLvgMax | 15 + 273.15 | Maximum value for leaving evaporator temperature [K] |
| MassFlowRate | mEva_flow_nominal | max(abs(QCooDes_flow_nominal... | Nominal medium flow rate in the evaporator, based on larger of required and actual cooling capacity to ensure actual dTEva is not too large [kg/s] |