modelPartialHumidifier

partial model of a humidifier

Extends from Components.BaseClasses.PartialComponent (BaseClass for components in air handling units with one air flow).

Information

This model provides a partial humidifier. All water added to the air flow is binded in the air and leads to an increase of the absolute humidity.

Parameters

TypeNameDefaultDescription
Booleanuse_X_setfalseif true, a set humidity is used to calculate the necessary mass flow rate
Modelica.Units.SI.TemperatureTWatIntemperature of liquid water added to humidifier
Advanced
Modelica.Units.SI.SpecificHeatCapacitycpAir (from PartialComponent)1006specific heat capacity of dry air
Modelica.Units.SI.SpecificHeatCapacitycpSteam (from PartialComponent)1860specific heat capacity of steam
Modelica.Units.SI.DensityrhoAir (from PartialComponent)1.2Density of air
Modelica.Units.SI.SpecificHeatCapacitycpWater4180specific heat capacity of liquid water
Nominal conditions
Modelica.Units.SI.MassFlowRatem_flow_nominal (from PartialComponent)nominal mass flow rate
Modelica.Units.SI.PressureDifferencedp_nominal (from PartialComponent)pressure drop at nominal mass flow rate
Modelica.Units.SI.MassFlowRatemWat_flow_nominal0.05nominal water/steam flow rate of humidifier

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputmAirIn_flow (from PartialComponent)mass flow rate of incoming air
Modelica.Blocks.Interfaces.RealInputTAirIn (from PartialComponent)Temperature of incoming air
Modelica.Blocks.Interfaces.RealInputXAirIn (from PartialComponent)absolute humidity of incoming air
Modelica.Blocks.Interfaces.RealOutputmAirOut_flow (from PartialComponent)mass flow rate of outgoing air
Modelica.Blocks.Interfaces.RealOutputTAirOut (from PartialComponent)temperature of outgoing air
Modelica.Blocks.Interfaces.RealOutputXAirOut (from PartialComponent)absolute humidity of outgoing air
Modelica.Blocks.Interfaces.RealOutputdp (from PartialComponent)pressure difference
Modelica.Blocks.Interfaces.RealInputuinput connector scaling water flow rate [0..1]
Modelica.Blocks.Interfaces.RealInputX_set

Components

TypeNameDefaultDescription
Modelica.Units.SI.SpecificEnthalpyhAirIn (from PartialComponent)specific enthalpy of incoming air
Modelica.Units.SI.SpecificEnthalpyhAirOut (from PartialComponent)specific enthalpy of outgoing air
PartialPressureDroppartialPressureDrop

Contents

NameDescription
PartialPressureDrop

Revisions

  • April 2020, by Martin Kremer:
    First implementation.