modelEffectiveness
Test model for calculating the input effectiveness of a sensible and latent heat exchanger
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Validation test for the block Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.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
epsSenand yhe latent effectivenessepsLatincreases in the whole simulation period.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.HeatExchangers.ThermalWheels.Latent.BaseClasses.Effectiveness | epsCal | Effectiveness calculator | |
| Modelica.Blocks.Sources.Ramp | VSup | Supply air flow rate | |
| Modelica.Blocks.Sources.Ramp | VExh | Exhaust air flow rate |
Revisions
-
September 29, 2022, by Sen Huang:
First implementation.