modelHumidifier_u
Model that demonstrates the ideal humidifier model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that demonstrates the use of an ideal humidifier.
Both humidifer models are identical, except that one model is configured
as a steady-state model, whereas the other is configured as a dynamic model.
Both humidifiers add water to the medium to track a set-point for the outlet
temperature using adiabatic cooling.
The temperature of the water that is added to the medium is determined by
the parameter T of the humidifier models.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 3000/1000/20 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.Sources.MassFlowSource_T | sou | Source | |
| AixLib.Fluid.Humidifiers.Humidifier_u | humSte | Steady-state model of the humidifier | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTem1 | Temperature sensor | |
| Modelica.Blocks.Sources.TimeTable | TSet | Setpoint | |
| AixLib.Controls.Continuous.LimPID | con1 | Controller | |
| AixLib.Fluid.Humidifiers.Humidifier_u | humDyn | Dynamic model of the humidifier | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTem2 | Temperature sensor | |
| AixLib.Controls.Continuous.LimPID | con2 | Controller | |
| AixLib.Fluid.Sources.Boundary_pT | sin | Sink |
Contents
| Name | Description |
|---|---|
Revisions
-
April 23, 2013, by Michael Wetter:
Added flow resistance at the outlet of the humidifier to avoid a numerical derivative, and changed model to use a prescribed mass flow rate. -
July 11, 2011, by Michael Wetter:
First implementation.