expandable connectorModularHeatPumpControlBus
Connector used for modular heat pump controller
Extends from Modelica.Icons.SignalBus (Icon for signal bus).
Information
This connector is a base connector used for modular heat pumps and contains typical variables that may be measured in the modular heat pump models. Therefore, this connector contains three further connectors that are presented below:
- Modular expansion valves bus: This connector contains variables that may be needed for modular expansion valves.
- Modular compressors bus: This connector contains variables that may be needed for modular compressors.
- Modular sensors bus: This connector contains variables that may be needed for modular sensors.
Additionally, the heat pump mode as well as the number of components (e.g. expansion valves or compressors) can be selected.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| General › Modular approach | |||
| Integer | nVal | 1 | Number of expansion valves |
| Integer | nEva | nVal | Number of evaporators |
| Integer | nCom | 1 | Number of compressors |
| Integer | nCon | 1 | Number of condensers |
| General › Controller | |||
| Types.heatPumpMode | mode | Types.heatPumpMode.heatPump | Choose between heat pump or chiller |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ModularExpansionValveControlBus | expValBus | Bus that contains all relevant connections for modular expansion valves | |
| ModularCompressorControlBus | comBus | Bus that contains all relevant connections for modular compressors | |
| ModularSensorControlBus | senBus | Bus that contains all relevant connections for modular sensors |
Revisions
- October 25, 2017, by Mirko Engelpracht:
First implementation (see issue 479).