modelCompressor
Example that demonstrates the use of a speed controller for DX coil
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates how the speed signal of a variable-speed DX unit can be controlled. The detailed control logic can be refered in Buildings.Applications.DataCenters.DXCooled.Controls.Compressor.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.DataCenters.DXCooled.Controls.Compressor | dxSpeCon | Speed controller for a variable DX coil | |
| Modelica.Blocks.Sources.Constant | TSupSet | Supply air temperature setpoint | |
| Modelica.Blocks.Sources.Sine | TSupMea | Measured supply air temperature | |
| Modelica.Blocks.Sources.CombiTimeTable | cooMod | Cooling mode signal | |
| Modelica.Blocks.Math.RealToInteger | reaToInt | Conversion from real to integer |
Revisions
-
November 3, 2017 by Yangyang Fu:
First implementation.