Buildings.Templates.AirHandlersFans.Components.HeatRecovery
Models for heat recovery
Information
This package contains models for heat recovery units.Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).
Package Content
Name | Description |
---|---|
None | No heat recovery |
Buildings.Templates.AirHandlersFans.Components.HeatRecovery.None
No heat recovery
Information
This model represents a configuration with no heat recovery unit. It resolves to four fluid ports that are not connected to each other and for which pressure conditions must be provided.
Extends from Buildings.Templates.AirHandlersFans.Components.Interfaces.PartialHeatRecovery (Interface class for heat recovery).
Parameters
Type | Name | Default | Description |
---|---|---|---|
replaceable package MediumAir | Air | Air medium | |
Configuration | |||
HeatRecovery | typ | Buildings.Templates.AirHandl... | Equipment type |
Assumptions | |||
Boolean | allowFlowReversal | true | = false to simplify equations, assuming, but not enforcing, no flow reversal |
Connectors
Type | Name | Description |
---|---|---|
Bus | bus | Control bus |
FluidPort_a | port_aOut | Outdoor air inlet |
FluidPort_b | port_bOut | Outdoor air outlet |
FluidPort_a | port_aRel | Relief/exhaust air inlet |
FluidPort_b | port_bRel | Relief/exhaust air outlet |
Modelica definition
model None "No heat recovery"
extends Buildings.Templates.AirHandlersFans.Components.Interfaces.PartialHeatRecovery
(final typ=Buildings.Templates.AirHandlersFans.Types.HeatRecovery.None);
end None;