modelEffectiveness
Test model for calculating the input effectiveness of a sensible heat exchanger
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation test for the block Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness.
The input signals are configured as follows:
- The supply air flow rate, VSup, and the exhaust air flow rate, VExh, change from 0.6 to 1 and 0.8 to 1 respectively.
The expected outputs are:
-
The sensible effectiveness
epsincreases from 0.75 to 0.8.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.ThermalWheels.Sensible.BaseClasses.Effectiveness | epsCal | Effectiveness calculator | |
| Modelica.Blocks.Sources.Ramp | VSup | Supply air flow rate | |
| Modelica.Blocks.Sources.Ramp | VExh | Exhaust air flow rate |
Revisions
-
January 8, 2024, by Sen Huang:
First implementation.