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
Buildings.Templates.AirHandlersFans.Components.HeatRecovery.None None No heat recovery

Buildings.Templates.AirHandlersFans.Components.HeatRecovery.None Buildings.Templates.AirHandlersFans.Components.HeatRecovery.None

No heat recovery

Buildings.Templates.AirHandlersFans.Components.HeatRecovery.None

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

TypeNameDefaultDescription
replaceable package MediumAirAirAir medium
Configuration
HeatRecoverytypBuildings.Templates.AirHandl...Equipment type
Assumptions
BooleanallowFlowReversaltrue= false to simplify equations, assuming, but not enforcing, no flow reversal

Connectors

TypeNameDescription
BusbusControl bus
FluidPort_aport_aOutOutdoor air inlet
FluidPort_bport_bOutOutdoor air outlet
FluidPort_aport_aRelRelief/exhaust air inlet
FluidPort_bport_bRelRelief/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;