modelReheat
Test model for reheater controller
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the reheater controller with two varing input error signals.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.DataCenters.ChillerCooled.Controls.Reheat | heaCon | Heater on/off controller | |
| Modelica.Blocks.Sources.Sine | sig1 | Signal 1 | |
| Modelica.Blocks.Sources.Sine | sig2 | Signal 2 | |
| Modelica.Blocks.Sources.Constant | set1 | Set point for signal 1 | |
| Modelica.Blocks.Sources.Constant | set2 | Set point for signal 2 | |
| Modelica.Blocks.Math.Add | add1 | Error between signal 1 and setpoint 1 | |
| Modelica.Blocks.Math.Add | add2 | Error between signal 2 and setpoint 2 |
Revisions
-
May 12, 2017 by Yangyang Fu:
First implementation.