
modelPartialWheel
Partial model for sensible heat recovery wheel
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Partial model of a sensible heat recovery wheel.
Parameters
| Type | Name | Default | Description |
| Buildings.Fluid.HeatExchangers.ThermalWheels.Data.Generic | per | | Record with performance data |
| Assumptions |
| Boolean | allowFlowReversal1 | true | = false to simplify equations, assuming, but not enforcing, no flow reversal for medium 1 |
| Boolean | allowFlowReversal2 | true | = false to simplify equations, assuming, but not enforcing, no flow reversal for medium 2 |
| Flow resistance › Medium 1 |
| Boolean | from_dp1 | false | = true, use m_flow = f(dp) else dp = f(m_flow) |
| Real | n1 | 2 | Flow exponent, n1=1 for laminar, n1=2 for turbulent |
| Boolean | linearizeFlowResistance1 | false | = true, use linear relation between m_flow and dp for any flow rate |
| Flow resistance › Medium 2 |
| Boolean | from_dp2 | false | = true, use m_flow = f(dp) else dp = f(m_flow) |
| Real | n2 | 2 | Flow exponent, n2=1 for laminar, n2=2 for turbulent |
| Boolean | linearizeFlowResistance2 | false | = true, use linear relation between m_flow and dp for any flow rate |
Contents
| Name | Description |
Medium | Air |
Revisions
-
June 17, 2026, by Michael Wetter:
Updated implementation to allow a flow coefficient n that is different from 2.
This allows use of the model for not fully turbulent flow.
This is for
Buildings, #4620.
-
January 8, 2023, by Sen Huang:
First implementation.