Buildings.Fluid.Chillers.ModularReversible.RefrigerantCycle.BaseClasses
Package with partial classes of performance Data
Information
This package contains base classes for the package Buildings.Fluid.Chillers.ModularReversible.RefrigerantCycle.
Package Content
Name | Description |
---|---|
![]() |
Placeholder to disable cooling |
![]() |
Partial model of refrigerant cycle used for chiller applications |
Buildings.Fluid.Chillers.ModularReversible.RefrigerantCycle.BaseClasses.NoCooling
Placeholder to disable cooling
Information
Using this model, the chiller will always be off. This option is mainly used to avoid warnings about partial model which must be replaced.
Extends from PartialChillerCycle (Partial model of refrigerant cycle used for chiller applications).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "NoCooling" | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Boolean | useInChi | =false to indicate that this model is used as a heat pump | |
Nominal condition | |||
Power | PEle_nominal | 0 | Nominal electrical power consumption [W] |
Temperature | TCon_nominal | 273.15 | Nominal temperature at secondary condenser side [K] |
Temperature | TEva_nominal | 273.15 | Nominal temperature at secondary evaporator side [K] |
HeatFlowRate | QCoo_flow_nominal | 0 | Nominal cooling capacity [W] |
Advanced | |||
Medium properties | |||
SpecificHeatCapacity | cpCon | 4184 | Evaporator medium specific heat capacity [J/(kg.K)] |
SpecificHeatCapacity | cpEva | 4184 | Evaporator medium specific heat capacity [J/(kg.K)] |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | PEle | Electrical Power consumed by the device [W] |
output RealOutput | QCon_flow | Heat flow rate through condenser [W] |
RefrigerantMachineControlBus | sigBus | Bus-connector |
output RealOutput | QEva_flow | Heat flow rate through evaporator [W] |
Modelica definition
Buildings.Fluid.Chillers.ModularReversible.RefrigerantCycle.BaseClasses.PartialChillerCycle
Partial model of refrigerant cycle used for chiller applications
Information
Partial refrigerant cycle model for chillers.
It adds the specification for frosting calculation
and restricts to the intended choices under
choicesAllMatching
.
Extends from Buildings.Fluid.HeatPumps.ModularReversible.RefrigerantCycle.BaseClasses.PartialRefrigerantCycle (Partial model of refrigerant cycle).
Parameters
Type | Name | Default | Description |
---|---|---|---|
String | devIde | "" | Indicates the data source, used to warn users about different vapor compression devices in reversible models |
Boolean | useInChi | =false to indicate that this model is used as a heat pump | |
Nominal condition | |||
Power | PEle_nominal | Nominal electrical power consumption [W] | |
Temperature | TCon_nominal | Nominal temperature at secondary condenser side [K] | |
Temperature | TEva_nominal | Nominal temperature at secondary evaporator side [K] | |
HeatFlowRate | QCoo_flow_nominal | Nominal cooling capacity [W] | |
Frosting supression | |||
NoFrosting | iceFacCal | redeclare Buildings.Fluid.He... | Replaceable model to calculate the icing factor |
Advanced | |||
Medium properties | |||
SpecificHeatCapacity | cpCon | Evaporator medium specific heat capacity [J/(kg.K)] | |
SpecificHeatCapacity | cpEva | Evaporator medium specific heat capacity [J/(kg.K)] |
Connectors
Type | Name | Description |
---|---|---|
output RealOutput | PEle | Electrical Power consumed by the device [W] |
output RealOutput | QCon_flow | Heat flow rate through condenser [W] |
RefrigerantMachineControlBus | sigBus | Bus-connector |
output RealOutput | QEva_flow | Heat flow rate through evaporator [W] |