modelControlerCooler
Controler for cooler
Information
This model implements a control strategy for the cooler. It controls the oultet temperature as set value for the cooler itself. If acitve dehumidification is implemented, it chooses between the minimum temperature as needed for sensible cooling and sub-cooling.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | activeDehumidifying | false | true if active dehumidifying is done in cooler |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | xSupSet | max. set value for absolute humidity of supply air | |
| Modelica.Blocks.Interfaces.RealInput | TsupSet | set value for temperature at supply air outlet | |
| Modelica.Blocks.Interfaces.RealInput | XIn | measured value for absolute humidity at cooler inlet | |
| Modelica.Blocks.Interfaces.RealOutput | TcoolerSet | Connector of Real output signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Routing.RealPassThrough | realPassThrough | ||
| Modelica.Blocks.Math.Min | min_X | ||
| Utilities.Psychrometrics.pW_X | pWat | ||
| Utilities.Psychrometrics.TDewPoi_pW | dewPoi | ||
| Modelica.Blocks.Logical.Greater | greater | ||
| Modelica.Blocks.Logical.Switch | switch1 |
Revisions
- February, 2025 by Martin Kremer:
Implemented.