modelHeatPumps
Validation model for heat pump component
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model validates the models Buildings.Templates.Components.HeatPumps.AirToWater and Buildings.Templates.Components.HeatPumps.WaterToWater in a configuration in which the heat pump components are exposed to a constant differential pressure and a varying return temperature.
The AWHP model is configured to represent either a non-reversible
heat pump (suffix Nrv) or a reversible heat pump
that switches between cooling and heating mode.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Templates.Components.Data.HeatPump | datHpAwNrv | Non-reversible AWHP parameters | |
| Buildings.Templates.Components.Data.HeatPump | datHpAw | Reversible AWHP parameters | |
| Data.HeatPump | datHpWw | Reversible WWHP parameters | |
| Dynamics › Conservation equations | |||
| Modelica.Fluid.Types.Dynamics | energyDynamics | Modelica.Fluid.Types.Dynamics.FixedInitial | Type of energy balance: dynamic (3 initialization options) or steady state |
Components
Contents
| Name | Description |
|---|---|
Revisions
-
August 21, 2025, by Antoine Gautier:
Refactored with load-dependent 2D table data heat pump model.
This is for #4152. -
March 29, 2024, by Antoine Gautier:
First implementation.