modelRefrigerantCycle
Refrigerant cycle model of a chiller
Extends from Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.PartialModularRefrigerantCycle (Partial refrigerant cycle model).
Information
Modular refrigerant cycle model for chiller applications used in the model Buildings.Fluid.Chillers.ModularReversible.Modular and extending models of the modular approach.
This model adds the replaceable model approaches for cooling and heating data to the partial refrigerant cylce.
Further, an asseration warning is raised if the model approaches or sources for performance data differ. This indicates that they are not for the same device.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | use_rev (from PartialModularRefrigerantCycle) | true | True if the refrigerant machine is reversible |
| Boolean | allowDifferentDeviceIdentifiers | false | if use_rev=true, device data for cooling and heating need to entered. Set allowDifferentDeviceIdentifiers=true to allow different device identifiers devIde |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatPumps.ModularReversible.BaseClasses.RefrigerantMachineControlBus | sigBus (from PartialModularRefrigerantCycle) | Signal bus with data for refrigerant models | |
| Modelica.Blocks.Interfaces.RealOutput | QCon_flow (from PartialModularRefrigerantCycle) | Heat flow rate from the refrigerant to the condenser medium | |
| Modelica.Blocks.Interfaces.RealOutput | QEva_flow (from PartialModularRefrigerantCycle) | Heat flow rate from the evaporator medium to the refrigerant | |
| Modelica.Blocks.Interfaces.RealOutput | PEle (from PartialModularRefrigerantCycle) | Routing block that picks the component for electric power consumption |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Logical.Switch | swiQEva (from PartialModularRefrigerantCycle) | Routing block that picks the component acting as evaporator | |
| Modelica.Blocks.Logical.Switch | swiQCon (from PartialModularRefrigerantCycle) | Routing block that picks the component acting as condenser | |
| Modelica.Blocks.Logical.Switch | swiPEle (from PartialModularRefrigerantCycle) | Whether to use cooling or heating power output | |
| RefrigerantCycleChillerCooling | refCycChiCoo | Refrigerant cycle instance for cooling | |
| RefrigerantCycleChillerHeating | refCycChiHea | Refrigerant cycle instance for heating |
Contents
| Name | Description |
|---|---|
Revisions
-
May 2, 2024, by Michael Wetter:
Refactored check for device identifiers.
This is for IBPSA, #1576. -
May 22, 2019, by Julian Matthes:
First implementation (see issue AixLib #715)