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

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow_nominal3000/1000/20Nominal mass flow rate

Components

TypeNameDefaultDescription
IDEAS.Fluid.Sources.MassFlowSource_TsouSource
IDEAS.Fluid.Humidifiers.Humidifier_uhumSteSteady-state model of the humidifier
IDEAS.Fluid.Sensors.TemperatureTwoPortsenTem1Temperature sensor
Modelica.Blocks.Sources.TimeTableTSetSetpoint
IDEAS.Controls.Continuous.LimPIDcon1Controller
IDEAS.Fluid.Humidifiers.Humidifier_uhumDynDynamic model of the humidifier
IDEAS.Fluid.Sensors.TemperatureTwoPortsenTem2Temperature sensor
IDEAS.Controls.Continuous.LimPIDcon2Controller
IDEAS.Fluid.Sources.Boundary_pTsinSink

Contents

NameDescription
Medium

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.