modelSprayAirWasher_X
Model that demonstrates the spray air washer model, configured as steady-state
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that validates the use of a spray air washer configured as a steady-state model with limits on the maximum water mass flow rate that is added to the air stream.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 0.1 | Nominal mass flow rate |
| Modelica.Units.SI.MassFlowRate | mWat_flow_nominal | m_flow_nominal*0.004 | Maximum humidification water mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink | |
| Buildings.Fluid.Humidifiers.SprayAirWasher_X | hum | ||
| Sources.MassFlowSource_T | sou1 | Flow source | |
| Modelica.Blocks.Sources.CombiTimeTable | XSet | Set point for humidity | |
| Buildings.Fluid.Sensors.MassFractionTwoPort | senHum | Mass fraction sensor |
Contents
| Name | Description |
|---|---|
Revisions
-
April 29, 2021, by Michael Wetter:
Reformulated constraint of replaceable model to avoid access of component that is not in constraining type.
This is for IBPSA, #1473. -
May 3, 2017, by Michael Wetter:
First implementation.