modelHumidifier_u
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that tests the basic class that is used for the humidifier model. It adds and removes water for forward and reverse flow. The top and bottom models should give similar results, although the sign of the humidity difference over the components differ because of the reverse flow. The model computes differences of results that are expected to be close to each other after the initial transients decayed.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | mWat_flow_nominal | 0.001 | Nominal water mass flow rate |
Components
Contents
| Name | Description |
|---|---|
| Wrapper for the humidifier component with two-port sensors |
Revisions
-
August 5, 2024, by Hongxiang Fu:
Rewrote the protected modelHumidifierto add two-port temperature sensors to replacesta_*.Tand two-port mass fraction sensors to replacesta_?.X[1]. This is for IBPSA #1913. -
November 2, 2016, by Michael Wetter:
Changed assertions to blocks that compute the difference, and added the difference to the regression results.
This is for issue 564. -
May 30, 2014, by Michael Wetter:
Changed initialization of mass dynamics to avoid overspecified system of equations if the medium model is incompressible. -
October 9, 2013, by Michael Wetter:
Introduced protected modelHumidifierso that states at the fluid ports can be computed without having to use a conditionally removed variable. This is required for the model to pass the model check in Dymola 2014 FD01 beta3 withAdvanced.PedanticModelica=true;. -
January 24, 2013, by Michael Wetter:
Set initial conditions toModelica.Fluid.Types.Dynamics.FixedInitial. -
July 11, 2011, by Michael Wetter:
Moved model toBuildings.Fluid.Interfaces.Examples. -
April 18, 2008, by Michael Wetter:
First implementation.