modelLookUpTableND
N-dimensional table with data for chiller
Extends from AixLib.Obsolete.Year2024.DataBase.Chiller.PerformanceData.BaseClasses.PartialPerformanceData (Model with a replaceable for different methods of data aggregation).
Information
Basic models showing the concept of using n-dimensional table data for the innerCycle of the heat pump model. This model assumes one provides data for inverter controlled heat pumps or chillers. However, this basis structure can be used to create own models, where electrical power and condenser depend on other inputs, such as ambient temperature.
-
May 22, 2019 by Julian Matthes:
First implementation (see issue #715)
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | nConv | 100 | Gain value multiplied with relative compressor speed n to calculate matching value based on sdf tables |
| SDF.Types.InterpolationMethod | interpMethod | SDF.Types.InterpolationMethod.Linear | Interpolation method |
| SDF.Types.ExtrapolationMethod | extrapMethod | SDF.Types.ExtrapolationMethod.None | Extrapolation method |
| Electrical Power | |||
| String | filename_Pel | "modelica://Resources/Data/Fluid/BaseClasses/PerformanceData/LookUpTableND/VZH088AG.sdf" | File name of sdf table data |
| String | dataset_Pel | "/Pel" | Dataset name |
| String | dataUnit_Pel | "W" | Data unit |
| String[3] | scaleUnits_Pel | {"K", "K", ""} | Scale units |
| Condenser heat flow | |||
| String | filename_QCon | "modelica://Resources/Data/Fluid/BaseClasses/PerformanceData/LookUpTableND/VZH088AG.sdf" | File name of sdf table data |
| String | dataset_QCon | "/QCon" | Dataset name |
| String | dataUnit_QCon | "W" | Data unit |
| String[3] | scaleUnits_QCon | {"K", "K", ""} | Scale units |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealOutput | Pel (from PartialPerformanceData) | Electrical Power consumed by HP | |
| Modelica.Blocks.Interfaces.RealOutput | QCon (from PartialPerformanceData) | Heat flow rate through Condenser | |
| AixLib.Obsolete.Year2024.Controls.Interfaces.VapourCompressionMachineControlBus | sigBus (from PartialPerformanceData) | Bus-connector used in a chiller | |
| Modelica.Blocks.Interfaces.RealOutput | QEva (from PartialPerformanceData) | Heat flow rate through Evaporator |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Gain | nConGain | Convert relative speed n to an absolute value for interpolation in sdf tables | |
| Modelica.Blocks.Math.UnitConversions.To_degC | t_Co_in | ||
| Modelica.Blocks.Math.UnitConversions.To_degC | t_Ev_ou | ||
| Modelica.Blocks.Math.Add | calcRedQCon | Calculates condenser heat flow with total energy balance | |
| Utilities.Logical.SmoothSwitch | switchPel | If HP is off, no heat will be exchanged | |
| Utilities.Logical.SmoothSwitch | switchQEva | If chiller is off, no heat will be exchanged | |
| Modelica.Blocks.Sources.Constant | constZero | Power if HP is turned off | |
| SDF.NDTable | nDTableQEva | SDF-Table data for evaporator heat flow | |
| SDF.NDTable | nDTablePel | SDF table data for electrical power | |
| Modelica.Blocks.Routing.Multiplex3 | multiplex3_1 | Concat all inputs into an array | |
| Modelica.Blocks.Logical.GreaterThreshold | greaterThreshold | ||
| Modelica.Blocks.Math.Product | scalingFacTimesQEva | ||
| Modelica.Blocks.Math.Product | scalingFacTimesPel |