Buildings.DHC.ETS.Combined.Data.BaseClasses
Package with base classes for Buildings.DHC.ETS.Combined.Data
Information
This package contains base classes that are used to construct the models in Buildings.DHC.ETS.Combined.Data.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Package Content
| Name | Description |
|---|---|
| Function that scales the heat pump performance table |
Buildings.DHC.ETS.Combined.Data.BaseClasses.scalePerformanceTable
Function that scales the heat pump performance table
Information
Function to scale the performance data for the heat pump heat capacity and electrical power use.
The data record
Buildings.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericHeatPump
contains performance data arrays
tabPEle and
tabQCon_flow
that list for different temperatures the capacity.
This function takes such arrays as input, and returns these arrays after multiplying
the capacity by the input argument s.
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | x[nR, nC] | Table with performance data | |
| Integer | nR | Number of rows in x | |
| Integer | nC | Number of columns in x | |
| Real | s | Scaling factor |
Outputs
| Type | Name | Description |
|---|---|---|
| Real | y[nR, nC] | Scaled table with performance data |