functionscalePerformanceTable
Function that scales the heat pump performance table
Extends from Modelica.Icons.Function (Icon for functions).
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.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[nR,nC] | x | 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 | Default | Description |
|---|---|---|---|
| Real[nR,nC] | y | Scaled table with performance data |
Revisions
-
November 17, 2025, by Michael Wetter:
First implementation.
This is for #4354.