recordChillerBaseDataDefinition
Basic chiller data
Extends from AixLib.Obsolete.Year2024.DataBase.HeatPump.HeatPumpBaseDataDefinition (Basic heat pump data), AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Base data definition extending from the HeatPumpBaseDataDefinition, the parameters documentation is matched for a chiller. As a result, tableQdot_eva corresponds to the cooling capacity on the evaporator side of the chiller. Furthermore, the values of the tables depend on the condenser inlet temperature (defined in first row) and the evaporator outlet temperature (defined in first column) in W.
The nominal mass flow rate in the condenser and evaporator are also defined as parameters.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:,:] | tableQdot_con (from HeatPumpBaseDataDefinition) | Heating power table; T in degC; Q_flow in W | |
| Real[:,:] | tableP_ele (from HeatPumpBaseDataDefinition) | Electrical power table; T in degC; Q_flow in W | |
| Modelica.Units.SI.MassFlowRate | mFlow_conNom (from HeatPumpBaseDataDefinition) | Nominal mass flow rate in condenser | |
| Modelica.Units.SI.MassFlowRate | mFlow_evaNom (from HeatPumpBaseDataDefinition) | Nominal mass flow rate in evaporator | |
| Real[:,2] | tableUppBou (from HeatPumpBaseDataDefinition) | Points to define upper boundary for sink temperature | |
| Real[:,:] | tableQdot_eva | Cooling power table; T in degC; Q_flow in W |
Revisions
-
November 26, 2018 by Fabian Wüllhorst:
First implementation (see issue #577)